V2.1 Update!
Leaderboard Creator » Devlog
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
Get Leaderboard Creator
Download NowName your own price
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.5 Update!Sep 07, 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
Comments
Log in with itch.io to leave a comment.
Nice! Much appreciated, thanks!