playgameservices / play-games-plugin-for-unity

Google Play Games plugin for Unity
Other
3.43k stars 952 forks source link

Submitting and getting PlayerCentered scores does not work #3133

Closed Nosk14 closed 2 years ago

Nosk14 commented 2 years ago

Versions

Describe the bug I have a leaderboard created on Google Play. When I run PlayGamesPlatform.Instance.ReportScore method to add a new player socre, it returns true (as it has been successful) but nothing is shown in the leaderboard. Also, when I try to retrieve the scores, but player centered insteaf of top ones, using PlayGamesPlatform.Instance.LoadScores with the parameter PlayerCentered.PlayerCentered I get an InternalError (If I try to get the TopScores, it works but I get an empty list since I don't have any score submited)

Expected behaviour

Additional context Achievements are working fine. I can grant achievements to the users and also retreive and check for their details. Also, I am able to get the scores for the overall leaderboard (but I get an empty list since I am not able to submit any) .So I don't think it could be some missconfiguration ofcredentials or so.