Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hello, this is not a bug but a feature. Each player by default can only have one entry in the leaderboard. If you do not want this, then call the following function right after submitting a new entry:

LeaderboardCreator.ResetPlayer();

What does it use to detect a different player, cuz these are all from separate instances of the game.

It uses PlayerPrefs