This is a custom inventory management system for 2D games developed in Unity. The system provides flexible and extensible functionality for managing items, slots, and interactions within an inventory.
Assets/ ├── 📂 Scripts/ │ ├── 📂 Core/ │ │ ├── 🔧 ItemDefinition.cs │ │ ├── 🔧 ItemContainerConfig.cs │ │ └── 🔧 ItemContainerSlotUIConfig.cs │ ├── 📂 Inventory/ │ │ ├── 📦 ...