Publisher | M4DOOM |
---|---|
File size | 479.09kB |
Number of files | 45 |
Latest version | 1 |
Latest release date | 2024-07-18 11:09:13 |
First release date | 2024-07-18 11:09:13 |
Supported Unity versions | 2018.4.2 or higher |
The Advanced Pick-Up Inventory System for Unity provides a comprehensive solution for item management in games. This package allows players to pick up items, store them in an inventory, manage quantities, and throw them, enhancing the gameplay experience. It is highly customizable and suitable for various game genres, especially those requiring RPGs, adventure games, and survival games.
Key Features:
- Effortless Item Pickup: Players can easily collect items with a simple interaction.
- Inventory Management: Store, organize, and manage items in the inventory.
- Slot Management: Change item slots within the inventory for better organization.
- Item Rotation: Rotate items in hand for better visual management.
- Throwing Items: Players can throw items from their inventory.
- Customizable Items: Setup ScriptableObjects for items.
Abilities:
- isAvailableInInventory: Check if an item is in the inventory.
- isOnPlayerHand: Check if an item is currently held by the player.
- RemoveOneQuantityOfItem: Remove one unit of an item from the inventory.
- RemoveAllQuantityOfItem: Remove all units of an item from the inventory.
- GetTotalItemQuantity: Get the total quantity of a specific item in the inventory.
- GetAllItemsInInventory: Get a list of all items in the inventory with their quantities.
- ClearAllItems: Remove all items from the inventory.
- RemoveCurrentlyOnHoldItem: Remove the currently held item from the player's hand.
This package is perfect for developers looking to implement an efficient inventory system in their Unity projects.