How to create an item
Also make sure if you are using the player controller from the package, make sure that the tag is set to Pickable
and layer to Environment
.
Make or use an existing folder where you store your
ScriptableObjects
and create a new item by going toStoryTime
-->Item Management
-->Item
.Call it whatever you like, but I would recommend naming it the same as you data that you want to represent.
Search which item you want to reflect in the
ScriptableObject
.
Last updated
Was this helpful?