Unity SDK tutorial
Implement leaderboard functionality in your Unity project using the Software Development Kit.
읽는 시간 1분최근 업데이트: 한 달 전
The Leaderboards SDK documentation describes how to use online multiplayer leaderboards in games created with Unity using examples. Learn how to get started with the SDK before using it.
Topic | Description |
|---|---|
| Add a new score | Add or update a score for the player. |
| Get scores | Get the scores from a specific leaderboard. |
| Get a range of scores centered around the player | Get the scores of the player as well as those of a specified number of neighboring players. |
| Get the player's score | Get the score for the player. |
| Get scores for other players | Get the scores for other players in the specified leaderboard. |
| Get scores for a certain tier | Get a score for a particular tier. |
| Get a list of available leaderboard versions | Get a list of archived versions of a leaderboard. |
| Get scores for other players from a leaderboard version | Get the scores of other players from a leaderboard. |
| Get the player’s score from a leaderboard version | Get the player's score from a previous version of a leaderboard. |
| Get a range of scores centered around a player from a leaderboard version | Get get a range of scores centered around a player from an archived leaderboard. |
| Get scores from a leaderboard version | Get a paginated list of scores from an archived leaderboard. |
| Get scores for a certain tier from a leaderboard version | Get a score for a particular tier from an archived leaderboard. |