Go, Go, Godot!
  • 0

Inventory System v1.5 available

February 9, 2024

The latest version of the inventory system is available and includes refinements for the interaction demo and the main tour.

New features:

  • The action strategy now handles use_item action and defaults to use for double-clicks.
  • The interaction demo now includes expirations for the various storage boxes
  • The tour has a notification UI that shows item use and drops
  • In the inventory transfer view, double-click defaults to transfer_item, instead of use_item.
  • Inventory Item quantity prefixed with ‘x’

We’ve also got a handful of bug fixes:

  • When switching the inventory’s item_scene, all previous slots are removed (so different slot scenes don’t end up together)
  • The expiration extension waits for scene owner to be ready before starting to apply expirations
  • The inventory’s drop_item() call no longer attempts to drop empty slots
  • Removed debug output from Inventory UI demo
  • Added default drag-and-drop and filter strategies to Inventory UI
  • Removed extra _refresh_slots() call from inventory controller for minor performance gains

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.6 available
NextInventory System v1.4.1 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 …

  • 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 …

  • October 10, 2024

    Inventory System v1.16 available

    A new version of the Inventory System is available. This version requires Godot Engine 4.3 and includes many refinements. New Drag and Drop system The Drag-and-Drop component has received a major overhaul. The previous system was quite complex and the separation of the classes that implemented the click-and-drag and click-and-release approaches had so much overlap …

  • 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 …

    © 2025 GoGoGodot.io. All rights reserved.