Go, Go, Godot!
  • 0

Inventory System v1.12 available

February 29, 2024

Crafting is here! The latest inventory system version is now available with the following features:

  • Introducing the crafting component
  • Added the crafting demo
  • Added crafting chapter to the architecture guide
  • The inventory component now internally uses a lookup table to find items by type more efficiently
  • The main tour’s InventoryItemGiver now uses managed-items controller with a transfer strategy

The bug fixes:

  • Added a camera to the interaction demo
  • GGAccessManager.context_count() no longer breaks while iterating over context_ids.
  • Inventory persistence typed-array handling
  • Correction to stacking strategy’s quantity handling
  • Inventory transfer strategies obey inventory access policies

The Inventory System Deep Dive and Architecture Guide helps game developers implement advanced multiplayer inventories using Godot Engine. The PDF Guide contains over 500 pages of code walkthroughs, diagrams, and explains concepts related to inventories, items, and more.

Get It Now
Learn More

assetgdscriptgodottutorial
Posted in Godot.
Share
PreviousDitch @onready, use @export instead
NextInventory System v1.11 available

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Related Posts

  • October 24, 2024

    Inventory System v1.17 available

    A new version of the Inventory System is available. This release includes various refinements to existing systems to flesh out more combat-related functionality. Inventory Ammo Provider The GGAmmoProvider component is responsible for providing ammunition to equipped weapons. Previously, it only had a “simple” strategy: Creating ammunition out of thin air. The new GGAmmoProviderInventoryStrategy pulls ammunition …

  • August 1, 2022

    Running Godot Games on Steam Deck

    Right after I got my Steam Deck, I wanted to know how hard it is to get a Godot game running on it. What’s the developer experience for someone who’s stepping through this for the first time? It was really easy to do, so I’m sharing this here, whether you’re following along or like to …

  • February 6, 2024

    Inventory System v1.4.1 available

    This small update addresses inventory serialization to persist the allow_gaps and expiration_multiplier settings. These were previously overlooked.

  • November 23, 2024

    Inventory System v1.18 available

    A new version of the Inventory System is available. This release includes a new structure placement feature and improves crafting. Structure Placement Players can now place structures from their inventory. When using an inventory item representing a structure, the player is prompted to select where to place it. The included demo lets players place an …

    © 2025 GoGoGodot.io. All rights reserved.