How can i save stats for each season and gamemode like this:
How can i save stats for each season and gamemode like this:
You may need to define different Statistics for each game mode. The previous versions of leaderboard can be retrieved via defining “Version” property in the request of GetLeaderboard API, and you can get Versions via GetPlayerStatisticVersions API.
However, to get statistic that is older than last version is not supported, hence you may store the data in Player Read-Only Data when the leaderboard is reset.
2 People are following this question.