play-games-plugin-for-unity
play-games-plugin-for-unity copied to clipboard
The returned LeaderboardScoreData from calling LoadScores with LeaderboardStart.PlayerCentered does NOT set prevPageToken or nextPageToken!
The returned LeaderboardScoreData from calling LoadScores with LeaderboardStart.PlayerCentered does NOT set PrevPageToken or NextPageToken (they are both null)! I tested this using a leaderboard with 25 entries. I called LoadScores using a rank of 3 (to return 3 scores centred on the player) and it returned scores 1, 2, and 3. It should have set the NextPageToken so I could retrieve the following scores (e.g., 4, 6, and 6).
Edit: It appears that it never sets the next/previous pages if the returned scores contain the score of rank 1. If the returned scores contains other ranks (e.g., 9-15), it will return the next/previous pages to access 8-1 and 16-whatever.
What version are you using?
What version are you using?
The latest stable release, v0.9.64.
What version are you using?
Any updates on this? Is it being looked into and is there a workaround?
@olehkuznetsov @ozdemir08 Any progress on this issue? It's been 3 weeks since I raised this issue (and since release since it's been a bug). Here's a pic I made that hopefully helps illustrate the problem some more. Let me know if you have any questions. https://i.ibb.co/cvppJZk/lbbug.png
We are investigating it, it's not clear for now if this issue is in Unity plugin or in Java Games API. If it can be fixed in Unity plugin then fix will be sooner.
We are investigating it, it's not clear for now if this issue is in Unity plugin or in Java Games API. If it can be fixed in Unity plugin then fix will be sooner.
Alright, good luck with the investigation! I have a hunch that it's an issue with the API.
Still not working properly :(
Still not working properly :(
Are you experiencing the same issue that I am?
Does the issue still exist? I lost my motivation to make a custom leaderboard because of this bug 😒
Does the issue still exist? I lost my motivation to make a custom leaderboard because of this bug 😒
I'm assuming so, unfortunately. Once they notify us here we know it'll be fixed.
@ozdemir08 Any updates on this issue?...
@ozdemir08 Any answers yet?
So far, I tested it with Smoke test and saw similar problems with you. After some investigation, I saw that it's not just about plugin or SDK but beyond it. That's why I'm passing this along to wider team and we will have wider investigations about it.
So far, I tested it with Smoke test and saw similar problems with you. After some investigation, I saw that it's not just about plugin or SDK but beyond it. That's why I'm passing this along to wider team and we will have wider investigations about it.
What was the result of this investigation? I'm very curious!
@ozdemir08 Has there been any progress with this issue? This issue makes it practically impossible to make a fun and engaging custom leaderboard with GPGS.
This Problem Still Exists after 2 Years, That's Unbelievable
Hello. I confirm this issue is reproduced with version 0.11.01.
Interesting I don't see any condition before generating tokens in AndroidClient.cs
If data is loaded it is converted here AndroidClient.cs#L802
And the tokens are just generated during the conversion without any conditions here
So, in our test it seems tokens are not null. Do you have an issue with results returned?