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

  • February 5, 2024

    Inventory System v1.4 available

    A smaller update. The inventory components now have custom icons to make it easier to tell them apart. This release also includes additional bug fixes:

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

  • September 29, 2022

    Audio Manager to handle the loading of sound effects in bulk

    Years ago I purchased a game dev bundle on HumbleBundle. Part of that was a sound library called Pro Sound Collection. It’s pretty comprehensive, whether RPG or FPS, there are sounds for a ton of use cases. I might as well use them for something. Luckily for me, the sound collection is pretty well organized. …

  • Godot and Netlify
    January 22, 2023

    Quickly deploying Godot games on the web with Netlify

    When I think of video games, I generally still think of an application that is downloaded and runs on the client. Technically, that’s still the case with web-based exports from Godot Engine, since the web browser has to download the files before being able to run them. I thought maybe I could just run the …

    © 2025 GoGoGodot.io. All rights reserved.