Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be πŸ“–

Grid Inventory Lite

An asset by Godot_Forge
The page banner background of a mountain and forest
Grid Inventory Lite hero image

Quick Information

0 ratings
Grid Inventory Lite icon image
Godot_Forge
Grid Inventory Lite

A clean grid inventory for Godot 4 with drag & drop move/swap between slots. Ready-made InventoryUI + InventorySlot nodes, simple Inventory API (add_item, remove_at, move_slot).Lite = free. PRO adds item stacking, counters, tooltips and save integration: https://godot-forge.itch.io/grid-inventory-godot

Supported Engine Version
4.4
Version String
1.0.0
License Version
MIT
Support Level
community
Modified Date
7 hours ago
Git URL
Issue URL

Grid Inventory Lite β€” slot-based inventory for Godot 4 (free)

A clean, UI-agnostic grid inventory with drag & drop move/swap. Drop the InventoryUI node into your scene, assign an Inventory, done.

var inventory := Inventory.new(20)   # 20 slots
$InventoryUI.set_inventory(inventory)

var sword := InvItem.new()
sword.name = "Iron Sword"
sword.color = Color(0.7, 0.7, 0.8)
inventory.add_item(sword)

Drag items between slots to move or swap them. The UI stays in sync via the inventory_changed signal. Run the included demo (demo/demo.tscn).

Install

  1. Copy the addons/grid_inventory folder into your project.
  2. Enable Grid Inventory Lite in Project β†’ Project Settings β†’ Plugins.
  3. Add an InventoryUI (Control) node and assign an Inventory.

Lite vs PRO

Feature Lite (free) PRO
Fixed grid + drag & drop move/swap βœ… βœ…
Item icons / color placeholders βœ… βœ…
Stacking & auto-merge (max_stack) β€” βœ…
Quantity counters β€” βœ…
Item tooltips (name + description) β€” βœ…
count_of() / has_item() helpers β€” βœ…
One-call save / load β€” βœ…

Same classes, drop-in upgrade. Get Grid Inventory PRO: πŸ‘‰ https://godot-forge.itch.io/grid-inventory-godot

License

MIT β€” free for commercial and personal projects. See LICENSE.txt.

Made by GodotForge Β· more Godot tools: https://godot-forge.itch.io

A clean grid inventory for Godot 4 with drag & drop move/swap between slots. Ready-made InventoryUI + InventorySlot nodes, simple Inventory API (add_item, remove_at, move_slot).

Lite = free. PRO adds item stacking, counters, tooltips and save integration: https://godot-forge.itch.io/grid-inventory-godot

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Grid Inventory Lite icon image
Godot_Forge
Grid Inventory Lite

A clean grid inventory for Godot 4 with drag & drop move/swap between slots. Ready-made InventoryUI + InventorySlot nodes, simple Inventory API (add_item, remove_at, move_slot).Lite = free. PRO adds item stacking, counters, tooltips and save integration: https://godot-forge.itch.io/grid-inventory-godot

Supported Engine Version
4.4
Version String
1.0.0
License Version
MIT
Support Level
community
Modified Date
7 hours ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers