UI_Honeycomb¶
This UI_Honeycomb community component provides UIs for the Hex-a-Gone game, such as the current online players and game results UIs.
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¶
This component must be used with:
- Level_HoneycombManager, which provides game rules for the Hex-a-Game game.
- Behavior_HoneycombCellConfig, which allows you to configure honeycomb cells.