Go, Go, Godot!
  • 0

Inventory System v1.9 available

February 18, 2024

Another quick inventory system update. The Resizable Container Demo now includes preliminary support for controllers.

Features:

  • The Resizable Container demo includes focus switching between UI dialogs with a controller.

Additional bug fixes:

  • The Sequencer demo’s spectrum analyzer is now scrollable, with an improved audio bus setup
  • Corrected the sequencer demo’s TFX guitar configuration
  • Setting the GGUIContainer’s content property allows for replacing scene content

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
PreviousInventory System v1.10 available
NextInventory System v1.8.1 available

Leave a Reply Cancel reply

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

Related Posts

  • February 4, 2024

    Inventory System v1.3 available

    Another Inventory System release, and this time we’ve added support for persistence through serialization of inventory data. Features: Bug fixes:

  • October 23, 2023

    Fire, Rain, and Black Hole particle effects

    This video is from December last year and uses Godot 4.0-beta7, but I thought it was interesting, because… particle effects!

  • February 16, 2024

    Inventory System v1.8.1 available

    A quick update to yesterday’s release with a few fixes:

  • Strings
    December 17, 2022

    When not all strings are Strings. Detect bugs in your GDscript more easily with static typing

    One of the benefits of working with Godot Engine is that GDScript allows one to operate high level. GDScript is dynamically typed, so not even variable types have to be specified, but I would strongly recommend using static typing wherever possible. It can help with performance but primarily adds clarity when trying to follow the …

    © 2025 GoGoGodot.io. All rights reserved.