Table of Contents

Presentation System Setup


To set up the Presentation System, you first need to create two assets:

  • A Presentation asset
  • A Resource Database asset

Both assets can be created from the Unity context menu: Create -> Terrahutton -> Presentation.

Create Menu

Use the following naming convention:

  • {ProjectName}_Presentation for the Presentation Asset.
    • Example: BHP_Presentation
  • {ProjectName}_ResourceDatabase for the Resource Database Asset.
    • Example: BHP_ResourceDatabase

Once the assets have been created, select the Presentation asset in the Inspector and assign the Resource Database to it.

Finally, add the Presentation asset to your ProjectDefinition asset.
See Getting Started for more information