Inventory System
Inventory System is a boilerplate library for implementing Inventory needs for your game.
Table of Contents
Installation
Install via Git URL
You can also use the "Install from Git URL" option from Unity Package Manager to install the package.
https://github.com/Studio-23-xyz/Inventory-System.git#upm
Usage
Using Inventory System
- Access the Inventory System Wizard from top toolbar Studio-23 > Inventory System > Wizard
- Create new items by manually putting names and icons Or Bulk Create
- Get the csv template using the get template button.
- Create the icons folder and put all the icons in there.
- in the template name the icons with their items
- Press Generate
Customization
You can just create your own type of Inventory Item.
- Just inherit from ItemBase and pass it InventoryBase as type.
- You should take a look at the samples for an example.