Publisher | Noble Whale Studios |
---|---|
File size | 1.03MB |
Number of files | 50 |
Latest version | 1 |
Latest release date | 2022-10-16 12:48:13 |
First release date | 2022-10-16 12:48:13 |
Supported Unity versions | 2018.4.2 or higher |
Connects to the Noble Leaderboard service to allow players and developers to store, retrieve, and manage highscore entries.
Supports unlimited entries per user, or optionally store a limited number of the best ranked entries to keep your leaderboard uncluttered.
In order to use the Noble Leaderboard services you will need to sign up for an account. You can do this on our website or through the Unity Engine at Window->Noble Leaderboard->Setup. It is free to sign up but you will be limited to 10 entries. In order to remove the limit you will need to purchase one of the Leaderboard service plans.
Metadata
Up to 10KB of metadata may be stored per leaderboard entry. Metadata is stored as bytes, so you can use it to store just about anything you can think of related to a high score entry, like which character a player was playing as, or what upgrades they had.
Flexible Filtering
Highscore lists can be filtered by player or level or both. You can also include multiple entries per player, or only the best entry for each player, whatever best suits your game.
Sorting and Pagination
Leaderboard lists may be sorted in ascending or descending order by rank. The rank is determined by score and sorting order and takes into account ties. Entries can be retrieved one page at a time for easy display to users.
Player Entry Limit
By default there is no limit on the number of entries a player can have for each level. You may optionally set a maximum number of entries per player per level. This allows you to easily keep only the best scores for a player and keep your leaderboards less cluttered.
Get Adjacent Scores
You may also show your players latest score in context to other surrounding scores using the GetListAdjacent method.
Supports Windows, Linux, OSX, Android, and iOS.
Note: Web builds are not supported.