Go, Go, Godot!
  • 0

Inventory System v1.6 available

February 10, 2024

Per feedback, we’ve exposed more inventory user interface component signals to make it easier to react to slot/item interactions with custom logic.

New features:

  • Item-level focus signals are exposed via the GGInventoryUI component
  • Print information when inventory was saved in the simple inventory persistence script.

In addition, these bug fixes are included:

  • Correction to dropping items from the inventory due to resizing
  • The inventory controller only sets the custom_minimum_size on the slot if the property is present

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.7 available
NextInventory System v1.5 available

Leave a Reply Cancel reply

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

Related Posts

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

  • February 6, 2024

    Inventory System v1.4.1 available

    This small update addresses inventory serialization to persist the allow_gaps and expiration_multiplier settings. These were previously overlooked.

  • February 25, 2024

    Inventory System v1.11 available

    The latest inventory system is now available and it focuses on multiplayer permissions. The new Access Manager component validates client requests to ensure players can’t cheat and interact with inventories they’re not supposed to be able to have access to. New features: Bug fixes:

    © 2025 GoGoGodot.io. All rights reserved.