Skip to main content

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

Hi, I just want to get my own ranking, what is the right value for Take! Can you tell me the best practice?

Hi, I have another question. I use the ByUsername of LeaderboardSearchQuery to query my own ranking. Do you query specific players through userGuid? Otherwise, if there is a player with the same name in the leaderboard, how can I query my own ranking!

An entry object contains a method called "IsMine()" which returns true if that entry belongs to the player. You can use this to query the player's ranking.

If there are a lot of people with the same name on the leaderboard, this does not seem to be efficient. Would you consider adding a feature like requesting your own ranking later?

I'll consider adding it next update.

I would suggest a value of 10000, but display only around 100 entries per load.

(+1)

Hi!, does a maximum of a 1000 entries for an example mean there is room for a 1000 people to have a spot in the leaderboard and then no more people can join, or does it mean that the top 1000 people with greatest score get prioritized and get to have a spot on the leaderboard and can overwrite previous entries?

Hello!

The top 1000 people with greatest score get prioritized and get to have a spot on the leaderboard and can overwrite previous entries.

(+1)

Great!, thanks for the reply

Requesting just your own rank seems to be a regular feature. Because players tend to focus more on themselves than on the top 100 on the leaderboard! And I strongly recommend that you support this feature. Although it seems to work at the moment, it is too restrictive.

Hello there!

Just wanted to let you know that this has been added as a new feature in the latest update :)

Thank you!