https://github.com/insthync/unitygridinventory
Try to make inventory like Diablo :P
https://github.com/insthync/unitygridinventory
Last synced: about 2 months ago
JSON representation
Try to make inventory like Diablo :P
- Host: GitHub
- URL: https://github.com/insthync/unitygridinventory
- Owner: insthync
- License: mit
- Created: 2019-11-27T15:41:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-27T20:17:35.000Z (over 6 years ago)
- Last Synced: 2025-12-30T22:32:32.881Z (6 months ago)
- Language: C#
- Homepage:
- Size: 42 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UnityGridInventory
Try to make inventory like Diablo :P
## How to try
- Open `SampleScene` from `Assets/Scenes`
- Play
- Drag any item from `Assets/GameData` to `InventorySystem (GameObject) → InventoryGrid (Component) → AddingItem`
- Press `AddItem`
- Try click on item to other slots
### How to create new item
- Right click in `Project` tab
- Select `Item` (Top of menu)