Publisher | GoodCat |
---|---|
File size | 2.04MB |
Number of files | 319 |
Latest version | 1 |
Latest release date | 2020-07-07 12:32:11 |
First release date | 2020-07-07 12:32:11 |
Supported Unity versions | 2018.4.2 or higher |
https://github.com/GoodCatGames/UnInventory
Features:
- Multislot items (Width * Height)
- Stacks and split items
- Swap items
- Drag & drop supported
- Create your Views and Data for items
Add the Price for the View of item, its cost in the Data of item
- Creating your own Views for slots
Add hotkey's character for the slot in the Quick Hotbar
- Creating your own Datas for slots
Assign to each slot of the Hero's dummy a part of the body - Head, Hand, etc
- Easy creation of your controllers based on the class Hand
Do you want to use your mouse to take the entire stack of an item in one click? If you dragged the taken stack out of inventory, will it be thrown out or come back?
- Create your actions with inventory
Do you want to move the needed amount of coins between inventories by clicking on the corresponding button? Will be enough to inherit CommandComposite and implement your action!
- Creating your own Filters - prohibition of certain actions by the condition
You can't put a Helmet on your hand
- Creating your own FiltersReaction - reactions to denial of action
Displaying a message to the player - "You can't take this Sword in your hand - it required 100 500 Strength!"
- Subscriptions to actions with inventory
When you put on the Devil's Ring, you add 666 points to all characteristics, when you remove it, you subtract points