Level_CustomRankManager¶
This Level_CustomRankManager community component collects players' information and manages ranking information of your game. Players are ranked based on their levels in the game and the ranking information will be displayed when the game ends.
This component collects the player list and player information and sends this information to ranking UI.
Note: As this is a global component, you can attach this component to any object in the scene. However, it's a best practice to create an empty object named "GameManager" and attach this component to it.
Related components¶
Level_CustomRankManager is often used together with UI_CustomRankPanel, PlayerManager, and UI_CountDown.