Leaderboard Manager

A free local leaderboard system for Unity.

CodeFactor GitHub release (latest by date)


🟨 Description

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 ❤️
🟨 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……