Creation of asset "Inventory Lite" New

New/Edit
Title Inventory Lite
Description 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.
Category Scripts
License MIT
Repository Provider GitHub
Repository Url https://github.com/seloc0des/godot-inventory-lite
Issues Url https://github.com/seloc0des/godot-inventory-lite/issues
Godot version Godot 4.3
Version String 1.0.0
Download Commit b476449e10eab9949b68b05fdf8a37dc84bf677e
Download Url (Computed) https://github.com/seloc0des/godot-inventory-lite/archive/b476449e10eab9949b68b05fdf8a37dc84bf677e.zip
Icon Url https://raw.githubusercontent.com/seloc0des/godot-inventory-lite/main/icon.png