<aside> <img src="/icons/reorder_gray.svg" alt="/icons/reorder_gray.svg" width="40px" />

Navigation

</aside>

Home Page

Overview

Levels Creation

Level Items

Boats

UI Store

Monetization (Ads & IAP)

How to add level item

  1. Select the Items tab and click on the Edit enum button.

  2. Click the + button to add an item, write the item name, and click save.

  3. Open your prefab. In our example, we made a prefab out of the default cube.

  4. Add a Savable item script to your prefab and set its value to the newly created value in step 2.

  5. Set Tag and Layer to your prefab. In our example, it will act like another obstacle so we set Tag to Obstacle and Layer to Interactable.

  6. Get back to the Items tab and set a prefab reference.