question

Gili Zeevi avatar image
Gili Zeevi asked

Leaderboard with tiers/buckets/leagues

How would one create leaderboard buckets with a limit of n players and the ability to get to a better leaderboard based on the rank at the end of the period?

Most modern games use leaderboard tiers and buckets, like supported for example by Unity Services leaderboards: https://docs.unity.com/ugs/en-us/manual/leaderboards/manual/leaderboards

I have seen some questions from 2015-2019 but nothing recent and relevant.

Leaderboards and Statisticsmultiplayer
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Infer Wang avatar image
Infer Wang answered

Currently, this feature is not supported. You may implement this logic by yourself. You can create leaderboards for players in same segment and use the leaderboard history to help create a better one.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.