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

  • March 20, 2025

    Inventory System 2 Alpha 4 available

    This release finally uses Godot Engine 4.4. It adds the GGCraftingSystem singleton and updates the GGInteractable2DStrategyCrafting class to use it. The crafting editor nodes now have prefixes, which makes it much easier to search for specific recipe or item nodes in larger crafting libraries. Some syntactic sugar was added as well. You can now easily …

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

  • April 1, 2023

    Introducing GodotBuilder: Custom Export Templates built on demand

    Need optimized export templates with PCK encryption support but don’t want to have to set up a build pipeline or download the entire compilation toolchain on your computer? Well, now it is. Fill out the form, checkout, and we’ll email you the download link after the compilation completes. Compilation may take 30 minutes to 3 …

  • August 1, 2022

    Godot Engine on the Steam Deck – Developing games on the go?

    Once I found out about the Steam Deck’s Desktop Mode, it got even more interesting. Steam Deck’s Gaming Mode vs Desktop Mode You see, the Steam Deck defaults to an analog of Big Picture mode on PC. It runs full screen in “Steam Deck gaming console” mode. But underneath all that is a Linux system …

    © 2025 GoGoGodot.io. All rights reserved.