Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

cant you copy leaderboard's data into something (maybe a json file) and then use it to restore the player's data if your game data break? jsons are usually light so... 

Thanks for the suggestion. 

Unfortunately I can't preserve the link between players browser and the Leaderboards Data if I update the game. Saving the Leaderboard data is simple enough, its letting players access it after an update which is a challenge with my current system.