Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cemuka/inventorysystem
- Owner: cemuka
- Created: 2020-02-22T21:48:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-24T09:31:16.000Z (over 3 years ago)
- Last Synced: 2024-10-11T10:14:08.378Z (3 months ago)
- Topics: drag-and-drop, game-development, inventory, ui, unity, unity2d, unity3d
- Language: C#
- Homepage:
- Size: 103 MB
- Stars: 24
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 sellTodo features:
- Buy and sell stackable items by amount