V2.3 Update!


This update brings quality of life features, bugfixes and optimizations.

New additions:

  • Error callbacks have been added as an additional argument for the following functions:
LeaderboardCreator.UploadNewEntry(...)
LeaderboardCreator.UpdateEntryUsername(...)
LeaderboardCreator.DeleteEntry(...)

Previously, undermining the cause of failure to upload an entry was hard, so now during errors these additional callbacks will deliver a string with the status code and error response from the server.

  • You can now reset the player's unique identifier by calling:
LeaderboardCreator.ResetPlayer()

Many people were frustrated about why a single player could have only one entry. Well that is because each player will have a unique identifier attached to them on initialization and it will be stored permanently in PlayerPrefs. With this, players can edit or delete only their own entry. This identifier is also used to determine which entry that is being displayed on the leaderboard belongs to the player. Several people apparently were not satisfied with this, so I made this new function. After uploading a new entry, you can call it and the next time the player submits again, instead of overwriting the previous one it should create a new one. Just note that the previous ones would be unable to be changed or deleted afterwards.

  • The Demo scene has also been updated to include a button to reset the player.


Bugfixes:

  • Fixed the 'Rank' property of Entry struct being always equal to 1
  • Fixed sudden crashing when managing a leaderboard with many entries
  • Fixed server crashing on invalid entries.


Other changes & improvements:

  • All search query filtering processing was moved to the server-side to handle
  • Added a maximum of 100 entry loading limit in the web app due to WebGL's performance limitations
  • Minor UI adjustments.


Also wanted to express a thank you for everyone using and supporting the service! 😊

See what's new in V2.2

Files

Leaderboard Creator V2.3 (Unity Package) 6 kB
May 14, 2023
Leaderboard Creator V2.3 [+Demo Scene] (Unity Package) 589 kB
May 14, 2023

Get Leaderboard Creator

Download NowName your own price

Leave a comment

Log in with itch.io to leave a comment.