Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cemuka/inventorysystem

a basic drag and drop inventory system
https://github.com/cemuka/inventorysystem

drag-and-drop game-development inventory ui unity unity2d unity3d

Last synced: 2 months ago
JSON representation

a basic drag and drop inventory system

Awesome Lists containing this project

README

        

![inventory](./images/inventory.gif)

This is a concept project to build a drag and drop inventory system in unity using with unity ui components.
I used `Signals` for listening and emitting events.

https://github.com/cemuka/SignalSystem

Added a database editor tool to define new items.

![db](./images/db.png)

Implemented so far:
- Item database and editor tool
- Drag and drop slots
- Stacking items
- Tooltip
- Tooltip checking borders
- Swap slots
- Vendor
- Right click sell

Todo features:
- Buy and sell stackable items by amount