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

  • August 3, 2022

    Share your Computer’s Mouse and Keyboard with your Steam Deck

    I use an app called barrier. It allows you to share your mouse and keyboard with multiple devices. I use it, because I tend to have my laptop and Macbook sitting next to my PC, and it makes working across all devices very convenient. It’s a mix of a multi-monitor and multi-computer setup. Concept Your …

  • January 27, 2023

    Dynamically finding and loading resources from the Filesystem for Android and Web Exports

    A little while ago, I created a type of AudioManager to make it easier to work with sound files in bulk: Rather than assigning audio streams by hand, I was doing it programmatically; reading the contents of a directory and using load() to get the resources. It worked great and saved a lot of time …

  • July 4, 2024

    Inventory System v1.14 available

    A new version of the Inventory System is available with more multiplayer-related features. The Multiplayer Interaction Demo can now run in multiple modes, through two separate implementations of the Character scene: The simple character scene leverages the MultiplayerSynchronizer and can either let the client have authority and move the character, or have the client send …

  • January 29, 2024

    Inventory System v1.0 available

    Version 1.0 of the Inventory System is now available. It includes a few new additions since the closed beta: Lots of fixes found their way into this release as well:

    © 2025 GoGoGodot.io. All rights reserved.