Inventory Manager
A minimalistic inventory manager for the Godot Game Engine.
⭐ Features
- 🏪 Easily add and remove items with variable stack sizes and stack count limits
- 🎨 Easy to customize -- bring your own GUI nodes
- 🛠 Inventory viewer included at runtime in a debugger panel
⚡ Requirements
- Godot 4.2.1+
🚀 Getting Started
- Clone/download the repository and check out the demos!
📦 Installation
Download or clone this repository and copy the contents of the
addons
folder to your own project's addons
folder, and enable the Inventory Manager Viewer
plugin in the Project Settings.