Leaderboard FAQ

Why is my leaderboard key not found?

This can happen with a few reasons. First, check that you did not misspell the key in the console or in your code. You could also be trying to reference a Leaderboard key which in the Stage Environment, but now your game is on the Live Enviornment. Recreate the Leaderboard on the appropriate environment and it will work again.

Why doesn't my player metadata in my leaderboard update when I submit a new score?

This can happen if you update a player's metadata with a score that is below the original score. This is not possible to do unless you have enabled "Overwrite Score on Submit", but this will also change the score of the player.

Last updated