Top Down RPG System Documentation
  • Installing Asset
  • Setting up scene
  • Setting up new player character
  • Setting up AI character
  • Setting up AI Dialog
  • Creating Quests
  • Creating Items
Powered by GitBook
On this page

Creating Items

How to setup items

PreviousCreating Quests

Last updated 3 years ago

To create an item that can be used in your scene, firstly you need to create and item inside project folder. Right click anywhere inside your 'Project' window and go "Create/Top Down System/Inventory/Item" and name your newly created item asset accordingly. For the sake of tutorial we will be creating health potion.

After you have created your item asset you need to set it up inside 'Inspector' window. At the top you can choose between "Item" and "Spell Scroll" and selecting one or another will give you more or less options in the inspector. Since we are making Health Potion we will leave it at "Item".