Skip to content

UI_Side

This UI_Side community component provides UIs for sides, including prompts for joining sides, sides details, and sides’ rankings.

To display the sides’ rankings generated by the component, make sure:

  • There is no existing leaderboard. If you created any leaderboard in Gameplay > Ranking, delete it.
  • The game mode is set to ItemcCollection, Survive, EnemyKill, MonsterKill, or Racing in Gameplay > General > Game Type.

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.

This component is often used together with Level_Side, which enables you to create sides and assign players to them.