Thanks a lot for great leaderboard!
But I get 0th (zero + th) for rank even though the log says success uploading score... And no score recorded on leaderboard for the 0ths.
Any clue about this bug?
Is the problem below means frozen leaderboard?
------
[LeaderboardCreator] Uploading entry data failed!
UnityEngine.Debug:LogError (object)
Dan.Main.LeaderboardCreator:LogError (string) (at Assets/LeaderboardCreator/Scripts/Main/LeaderboardCreator.cs:270)
Dan.Main.LeaderboardCreator/<>c:<UploadNewEntry>b__19_0 (bool) (at Assets/LeaderboardCreator/Scripts/Main/LeaderboardCreator.cs:160)
Dan.Main.LeaderboardCreatorBehaviour/<HandleRequest>d__8:MoveNext () (at Assets/LeaderboardCreator/Scripts/Main/LeaderboardCreatorBehaviour.cs:135)
UnityEngine.SetupCoroutine:InvokeMoveNext (System.Collections.IEnumerator,intptr) (at /Users/bokken/build/output/unity/unity/Runtime/Export/Scripting/Coroutines.cs:17)
I wrote 2 problems so I am not sure about which one did you reply to... but I solved both of them so here are changes...
1. Showing 0th
- Uploading a new score and get entries at the same time caused the problem.
- After changing to get entries after finishing uploading a new score fixed the problem
2. Uploading entry data failure
- Change to advanced leaderboard fixed it