Swap, split stacks, and rearrange items within the inventory. All items are created and configured via ScriptableObject config. Adding new items is quick and simple: create an object in the config, ...
Assets/ ├── 📂 Scripts/ │ ├── 📂 Core/ │ │ ├── 🔧 ItemDefinition.cs │ │ ├── 🔧 ItemContainerConfig.cs │ │ └── 🔧 ItemContainerSlotUIConfig.cs │ ├── 📂 Inventory/ │ │ ├── 📦 ItemContainer.cs │ │ ├── 🎯 ...