Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 567 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 567 Bytes

Inventory System

An easy to use inventory system

Features

  • Stacking items
  • Drag and drop items
  • Separation of View and Backend
  • Code that can be attached to custom UI

TODO

  • Persisting data
  • Hotbar and ability to use active item

Instructions to Add Package

  • In Unity, go to Windows->Package Manager
  • Click the '+' button on the top left
  • Select "Add Package from Git URL"
  • Copy and Paste in https://github.com/yuzhengwen/inventory_system.git
  • Click "Add"
  • Choose Files to Import
  • Done!

How to use

See Documentation