Hi guys,
i was working with Google Play Services and all was working fine. I dont know what happened but the code for showing the leaderboard isn’t working
public static void ShowLeaderboardUI() {
PlayGamesPlatform.Instance.ShowLeaderboardUI(GPGSIds.leaderboard_highscore);
}
For the login and post score all is working but to show the leaderboard not. What happens is that when i click the button that calls this function, the windows of the leaderboard opens but is stuck on loading (the circle keeps loading). I made some updates but never touched this part of code indeed other things are working, i just resetted the score of the leaderboard. Anyone can help please?