<aside> <img src="/icons/reorder_gray.svg" alt="/icons/reorder_gray.svg" width="40px" />
Navigation
</aside>
Items are interactable objects that can located on the level. They bring variety or difficulty to the level. Template has 6 items premade, however you can add more.
Note writing code experience is required. Items are very unique so this guide will only explain the general structure.
Game/Prefabs/Level Items folder. To create a new one you can use an existing item as a base (duplicate it) or create a new object and store the prefab here.Open Level Editor using Tools > Level Editor
Select the Items tab

Click the Modify button to add another element.

Click + button

Enter the name. Important: do not use spaces or special symbols. Press Save.

Return to the Items tab and assign an item prefab and the items preview texture (this texture will be displayed on the editor button).

Now the new item can be spawned in the editor using a button and will be spawned in runtime when the level is loaded.