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

Navigation

</aside>

Home Page

Overview

Level Editor

Level Items

Rover Parts

Vehicle

Environment Skins

UI Store

Monetization (Ads & IAP)

How to add new items

  1. With the Items tab being opened press the Modify button.

  2. Press the + button to add a new element.

  3. Write a unique "name" for the new element.

  4. If you wish, you can write a unique "value" for the new element. Or use ↑↓ to move it to a safe spot. Value is a unique identifier of the items saved in level data, it’s better to always have a unique ID for every new obstacle added (and not reuse old) in order to not break levels.

  5. If you have done everything correctly you have something similar to the example below. Otherwise, you need to follow instructions and resolve validation errors.

    Screenshot_6.png

  6. Press the Save button.

  7. Open the prefab that you want to add and add the ****Savable Item component. Inside the Savable Item component select the appropriate enum value (the one you created in previous steps).

    Screenshot_7.png

  8. Now you can drag your prefab to the appropriate field inside the Items tab.

    Screenshot_8.png