Made with Unity Engine 2021.3.18f1
Play online at https://dimapepino.itch.io/grid-inventory
📢 Description
Grid based inventory made in Unity Engine using UI Toolkit.
Currently there are only 2 types of items:
- Default
- Backpack (can contain other items)
- However there are no restrictions about adding food item to wallet 🤔
🕹️ How to play
- Hold LMB (on item) — drag & drop
- Click Ctrl + LMB (on item) — remove item
- Click RMB (on item) — open backpack
- Press R (when drag is active) — rotate item
⭐️ Credits
Awesome sprites from https://innawoods.net/ (however there are no Terms of Service and I got no answer about external usage of their content, so I decided credit it here at least)
- Navigate to SampleScene and enter playmode.
- Create custom item by using context menu Assets/Create/SO/*, setup fields and drag into active collection.
- If you want to build project in WebGL don't forget to remove scene Scene Webgl Start in EditorBuildSettings otherwise you would not be able to play game (I made it for security reasons)
- For the sake of simplicity there are NO namespaces, nor assembly definition files and Scripts directory folder is not organized as well
This project is licensed under the MIT License, see LICENSE.md for more information.