Inventory Lite's icon

Inventory Lite 1.0.0 Scripts 4.3 Community

Submitted by user seloc0des; MIT; 2026-07-14

Free, single-container inventory for Godot 4.3+ — the data layer, no UI to fight.

Drop an InventoryLite node on any character. Items are ItemLite Resources
(id, name, icon, category, max_stack, metadata).

- add_item / remove_item / has_item / count_item
- capacity by slot count, stack merging by id + max_stack
- signals: contents_changed, item_added, item_removed, slot_full
- snapshot() / restore() for your own save system

Pure GDScript, no dependencies, MIT. Enable the plugin and go. A runnable demo
is included (outside the addon). A Pro version with drop-in UI, weight/categories,
hotbar and cross-system integration is available separately.


View files Download Submit an issue Recent Edits