Is it possible instead of updating the leaderboard by a user's unique device ID to update an entry based on their username? I am setting up Steam integration and am having issues where Steam users on the same device are overriding each other's scores and Steam users with multiple devices are having their own scores listed more than once.
Viewing post in Leaderboard Creator comments
Hello! Theoretically, yes. A few days ago there was a bug where entries' unique identifiers would get erased, so that issue should no longer persist. For now, to tackle this issue you would have to modify the PlayerPrefs, where the ID is being saved. But I am thinking of adding the ability to add manual unique identification later.