A downloadable Asset for Windows, macOS, and Linux

Download NowName your own price

The Leaderboard Manager is designed to be an easy to use and lightweight leaderboard system useful for beginners and experienced devs alike. The asset handles the creating, storing, accessing and displaying of the entries of one or many leaderboards. All leaderboards are created at runtime and can store a name and score, a name and time or a name and anything you want. The data is saved to a local file as JSON for readability.

🟨 Brief feature list

  • Easily create & update leaderboards with a name & score.
  • Leaderboard editor to view board in the editor.
  • Auto save & load.
  • Option to save boards with a score or time value out of the box.
  • WebGL supported!
  • Regularly updated and maintained with ❤️


🟨 Important Links

Website | Docs | Discord | Report Issues | Contact Email: hello@carter.game


🟨 How to Install & Where to start

  • Import the package into your project (with no compile errors in your code at the time of importing).
  • Wait for the Unity Editor to refresh!
  • That is it xD (The asset auto-creates all its needed assets when imported).
  • Make your first leaderboard at runtime and you're off......


🟨 Basic API Usage

Create a leaderboard called "MyBoard" LeaderboardManager.CreateLeaderboard("MyBoard");

Get leaderboard data for the board called "MyBoard"
var data = LeaderboardManager.GetLeaderboard("MyBoard");

Add entry to board called "MyBoard" for a player called "John" with a score of 100 LeaderboardManager.AddEntryToBoard("MyBoard", new LeaderboardEntryScore("John", 100));

Remove entry from board called "MyBoard" for a player called "John" of a score of 100
LeaderboardManager.DeleteEntryFromBoard("MyBoard", new LeaderboardEntryScore("John", 100));

Save all leaderboards
LeaderboardManager.Save();

Load all leaderboards
LeaderboardManager.Load();


For more information on usage, please consult the documentation.

Updated 26 days ago
StatusReleased
CategoryAssets
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
AuthorCarter Games
TagsArcade, asset, leaderboard, tools, Unity, unity-asset

Download

Download NowName your own price

Click download now to get access to the following files:

Unity Asset Store Link
External
Documentation
External
Leaderboard Manager - Carter Games (2.2.0).unitypackage 2 MB

Development log

Leave a comment

Log in with itch.io to leave a comment.