Add new item

  1. Create prefab (doublicated from Ingredient1 or Item1)

  2. Set will your item combinable or not

  3. Select type and tag with the same name

  4. Add the prefab into Item prefab -> Item script

  5. Add new type, the same name like your new item

  6. Add prefab to the objects pool

  1. Select item type in prefab

  2. Add the EditorIcon component if you wish to use this item in the Editor

Last updated