Last updated
Last updated
You can still retrieve the data of a certain leaderboard and show it to the player. There are 3 ways to achieve this:
Retrieve a list of scores based on the best global scores:
Retrieve a list of scores around player:
Retrieve the list of scores of the player and his friends
The method AsyncGetLeaderboardEntries() is a Coroutine because calls to the Leaderboard API are asynchronous