Posted November 22, 2024 by taejaun100
#ULTRASHAPES #2D #TOPDOWN
Overview:
This update details the implementation of a modular inventory system using three main components: ItemClass
, SlotClass
, and InventoryManager
. The system supports item management, slot functionality, and drag-and-drop mechanics, integrated with a dynamic UI.
ItemClass
: Defines reusable item data using ScriptableObjects.Misc
, Tool
, Consumable
).
addHealth
) or mana (addMP
); tools include categories like Sword
and Axe
.
SlotClass
: Manages individual inventory slots.InventoryManager
: Coordinates items and slots with UI updates.The inventory system is functional and supports flexible item management with a responsive UI. Next, efforts will focus on polishing the user experience and testing.