itch.io is community of indie game creators and players

Devlogs

V2.1 Update!

Leaderboard Creator
A browser Leaderboard Creator made in HTML5

Additions:

  • Added a new "Ping" function which you can use to check if the player can connect to the server:
Ping(Action<bool> callback)
  • Here is an example of how you can call it in a script inside of Unity:
Dan.Main.LeaderboardCreator.Ping(isServerReachable => {
    if (isServerReachable)
    {
        //TODO: load leaderboard
    }
    else
    {
        //TODO: display error
    }
});

See what's new in update v2.0

Files

  • Leaderboard Creator V2.1 (Unity Package) 581 kB
    Sep 07, 2022
Download Leaderboard Creator
Read comments (1)