Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

canarymeow

8
Posts
A member registered Mar 07, 2022

Recent community posts

(1 edit)

For the time being, I've edited the code.

Tried, but found that having multiple users type the same username breaks it, and userguid is always null, so I'll wait on you to fix the rank.

 Thanks

Hey, do you know why any entry to the leaderboard's rank variable is always 1?

Here is my code: 

When the old entry that was replaced because the same user added a new entry,

they were both instantiated.

(1 edit)

Can you also explain why when I upload a new entry from the same player, on this app it shows that the usernames were replaced, but on the callback function, both the old entry and the new one exist, causing some  problems in the UI, eg. your old highscore with your old username shows up, as well as your new highscore with your new username.

Another question: You say that one player can only have one leaderboard entry, but how are you deciding if this is the same player? Is there any way to remove this?

Also, when I upload a new entry from the same player, on this app it shows that the usernames were replaced, but on the callback function, both the old entry and the new one exist, causing some  problems in the UI, eg. your old highscore with your old username shows up, as well as your new highscore with your new username.

(1 edit)

Hey, I'm wondering how to detect if uploading a new entry failed because of the profanity filter or because the username was already there. Is there any way to do that?