playgameservices / play-games-plugin-for-unity

Google Play Games plugin for Unity
Other
3.45k stars 962 forks source link

Report score and showing a special leaderboard is not working #2128

Open sid686 opened 6 years ago

sid686 commented 6 years ago

Hi all, After using Social.ReportScore I receive that all is ok. But if I use Social.ShowLeaderboardUI() and select my leaderboard than I don't see any results...

If I use ((PlayGamesPlatform)Social.Active).ShowLeaderboardUI(leaderboard) or PlayGamesPlatform.Instance.ShowLeaderboardUI(leaderboard) than it endlessly loads

karanvariya commented 6 years ago

Try this. https://github.com/playgameservices/play-games-plugin-for-unity/issues/2197