Leaderboards SDK 2.0.0
6 documented changes.
- Version
- 2.0.0
- Released
- Oct 1, 2023
- Product
- Unity Leaderboards
Leaderboards SDK 2.0.0
Updates
- Feature
Added: Optional object metadata in all score-fetching methods. If populated, the object will be stored alongside the score.
- Feature
Added: Optional boolean includeMetadata in all score-fetching methods. If true, stored metadata for scores will be returned as part of the LeaderboardEntry.
- Feature
Added: Optional integer limit on GetVersionsAsync method. If set, only the most recent limit number of archived versions will be returned.
- Feature
Added: GetVersionsAsync now returns string versionId (the current version of the leaderboard) and int totalArchivedVersions (the total number of archived leaderboard versions stored).
- Feature
Added: Optional string versionId on the AddPlayerScoreAsync method. If set, the versionId will be compared to the current live leaderboard versionId. If they do not match, the score will not be submitted.
- Feature
Added: Editor support for Config-as-Code.