Display Module On UI

To display a module on the UI (for example, as part of a vehicle's HUD):

  1. Create a Canvas or find an existing one

  2. Create a game object under the canvas, and add a HUD Module Display Item component.

  3. Go to the inspector and set the 'Module Mount' to whatever module mount you wish to display module information for.

  4. Create the text and icon UI and set add in the inspector.

Now, any module loaded on the module mount will be displayed on the UI.

Last updated