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

  • August 2, 2022

    Launching Godot Games on Steam Deck from the command line via Remote Shell

    For some reason, my Godot game would no longer launch on the Steam Deck. I could hear it running as if it were running in the background, but the screen kept showing the Steam Deck’s UI. Since it’s all Linux I figured it should be possible to just drop to the command line and launch …

  • Wave Shooter title screen
    May 11, 2023

    The Pause Handler: Working around Godot 4’s particle jitter bug

    Godot Engine 4 has a bug (#50824) that causes particle jitter when the game is paused. It does look quite distracting. The Bug in Action This is a proof-of-concept wave shooter running in Godot Engine 4.0.2. Pausing the game was initially just a simple process_mode toggle. But as shown in the video clip above, there …

  • January 3, 2024

    2D Fog Effect Shader Tutorial

    The shader used in the tutorial: https://godotshaders.com/shader/2d-fog-overlay-2/

  • February 11, 2024

    Inventory System v1.7 available

    A couple of corrections and a new feature: Bug fixes:

    © 2025 GoGoGodot.io. All rights reserved.