Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question Archived leaderboard not showing

Discussion in 'Leaderboards' started by warlocklama, Jul 26, 2023.

  1. warlocklama

    warlocklama

    Joined:
    Jun 7, 2017
    Posts:
    3
    Is it necessary for a player to be in any particular archived leaderboard to access it later?
    Do we have any way to view the particular archived leaderboard if player not present previously?
     
  2. devingunity

    devingunity

    Unity Technologies

    Joined:
    May 26, 2021
    Posts:
    20
    It depends on whether your leaderboard is bucketed or not - if it is bucketed then the player will not have been assigned a bucket for that leaderboard version, and so there is no way to know which bucket to show that player. If the leaderboard is not bucketed, then the player should be able to view the archived version without any restrictions!
     
    warlocklama likes this.
  3. warlocklama

    warlocklama

    Joined:
    Jun 7, 2017
    Posts:
    3
    thank you for the reply.