- The 'Core UI' mod includes UI Entities which can be used to be build UI such as player HUD, menu screens, and other ingame displays.
- UI Entities have to be in a UI CanvasUI Canvas - A UI Canvas entity contains UI entities. It can then be added to Player Avatars to show on their screen as a HUD while playing - or as a UI screen. entity.
- Prefabs of UI Canvases can then be used as Player HUDs and UI Screens. Or can be in the world for any player / AI to interact with.
- The Wiring system and MBScript can be used to control the UI and what it displays.
A UI Canvas is placed in the world then the UI entities are added to it. Here a NumberBar is added to be used to display health.
Updated 8 months ago