Hi.
It seems that LoadScores is loading only the most recent records.
For example, in a leaderboard I have 5 records, 3 of them from a few days ago, the last two, of today. If I consult the leaderboard in Server Administration, I can see the 5 registers, but if I consult the same leaderboard via LoadScores, it only loads the two registers of today. I have tried to check in the documentation if there is a filter by date, or something like that, but I can not find anything. Any idea what could be happening?
Thanks in advance.
To set the time scope you should use the standard way of the built-in Unity SocialPlatform, that is by using CreateLeaderboard and set timeScope and range like the example in the documentation page.
FRANCESCO CROCETTI @ SKARED CREATIONS
My app is now reflecting all the leaderboard records. Thanks for your help!