V2.5 Update!
This update includes some quality of life features, bringing in new additions that have been requested by the community!
New Features
- You can now easily get the player's entry data from a leaderboard using the new method:
LeaderboardCreator.GetPersonalEntry(string publicKey, Action<Entry> callback);
- A new way to work with leaderboards!
When installing the new package, you may see a new menu on the toolbar.
Here you can add your leaderboards that you may be using in your game. To add a leaderboard, you must enter the name, public key and secret key of the leaderboard.
Some developers have been losing their secret keys due to not saving them, so this new addition should prevent that from happening and allows developers to easily save the leaderboard keys locally.
This new update adds a more convenient way of dealing with multiple leaderboards - you can generate a C# script of your leaderboards. Leaderboard references are created automatically when pressing the "Save to C# Script" button.
This allows, for example, this:
LeaderboardCreator.GetLeaderboard("980324f10e2f03fc0fd6a38a70f88123919a6aed35a4aea86211ad58b68db9c4", ...);
To be written as this instead:
Leaderboards.DemoSceneLeaderboard.GetEntries(...);
Note that it is not important to changeover to using this new technique, it is just an alternative way of working with the leaderboards. The demo scene has been updated to reflect the usage of the new methods.
You could now also access the link to the web app website directly from this new editor window by pressing "Manage Leaderboards"
Changes
- Migration of old leaderboards has now been deprecated and removed.
- There is now a "Integration Tutorial" button which will open up a YouTube tutorial on how to integrate the tool.
Bugfixes
- Fixed "Unique Usernames" issues when editing entries through the web app
Files
Get Leaderboard Creator
Leaderboard Creator
Easily create an online leaderboard for your games using this tool.
Status | Released |
Category | Tool |
Author | Danial Jumagaliyev |
Tags | leaderboard, leaderboard-creator, networking, online-leaderboard, Unity, Unreal Engine |
Languages | English |
More posts
- V2.81 Update!May 16, 2024
- V2.8 Update!Apr 01, 2024
- V2.7 Update!Jan 23, 2024
- V2.6 Update!Oct 12, 2023
- Discord Bot Update!Sep 28, 2023
- V2.4 Update!Jul 14, 2023
- Leaderboard Exporter Update!May 16, 2023
- V2.3 Update!May 14, 2023
- V2.2 Update!Mar 29, 2023
Leave a comment
Log in with itch.io to leave a comment.