Skip to main content

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

I keep getting an error when I try to upload a new score. "Username already exists" when uploading a second score. 

I have a WebGl game and users are using their crypto wallet addresses as usernames which would be unique. 

Any suggestions how I can resolve this issue would be cool. Tks.

Hello!

This error only occurs on the web app of the tool itself, because each test entry is created with a different unique identifier. This will not happen when you integrate the tool in your game, because each player will have a unique identifier assigned to them when launching your game, and it will remain constant unless PlayerPrefs are cleared. Give it a try by downloading the Unity package with the demo scene.