6 documented changes.

Version
2.0.0
Released
Oct 1, 2023
Product
Unity Leaderboards
Unity Gaming Services release notes

Leaderboards SDK 2.0.0

Official notes

Updates

  1. Feature

    Added: Optional object metadata in all score-fetching methods. If populated, the object will be stored alongside the score.

  2. Feature

    Added: Optional boolean includeMetadata in all score-fetching methods. If true, stored metadata for scores will be returned as part of the LeaderboardEntry.

  3. Feature

    Added: Optional integer limit on GetVersionsAsync method. If set, only the most recent limit number of archived versions will be returned.

  4. Feature

    Added: GetVersionsAsync now returns string versionId (the current version of the leaderboard) and int totalArchivedVersions (the total number of archived leaderboard versions stored).

  5. 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.

  6. Feature

    Added: Editor support for Config-as-Code.

Pick your Unity version

Unity Releases compares releases against the version your project is on. Picking it now keeps Compare versions focused on what changes between where you are and where you might be going.