Go, Go, Godot!
  • 0

Inventory System v1.3 available

February 4, 2024

Another Inventory System release, and this time we’ve added support for persistence through serialization of inventory data.

Features:

  • Inventories can now be serialized/deserialized for saving/loading.
  • The InventoryUIControls in the tour debounce when setting the inventory size to reduce node churn when adjusting settings wildly.

Bug fixes:

  • Expiration extension now supports inventories without gaps
  • The ItemUseDebugger handles null items properly
  • Assigning a new GGItemCollection to an inventory properly results in items_changed() signal.

assetgdscriptgodottutorial
Posted in Godot.
Share
PreviousInventory System v1.4 available
NextInventory System v1.2 available

Leave a Reply Cancel reply

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

Related Posts

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

  • November 27, 2024

    Toggling Visibility of Nested CanvasLayers

    I had a setup with nested CanvasLayer nodes. Toggling the visibility of the root CanvasLayer doesn’t hide any nested CanvasLayer nodes. My solution was to listen to the visibility_changed signal, find any CanvasLayer child nodes, and apply the same visibility to them.

  • December 23, 2023

    godot-matcha: Free multiplayer without a server

    Godot-matcha is an addon that lets you use WebRTC for multiplayer games by handling matchmaking using WebTorrent trackers. Conceptually it’s quite an interesting, novel approach. WebTorrent uses a modified BitTorrent protocol that allows it to work with WebSockets. A WebTorrent tracker is essentially a directory service that keeps track of torrents offered by users. A …

  • October 27, 2022

    Projectiles going through collision objects

    Ever had the problem where you’re firing a bullet or some kind of projectile at high speeds, and it just goes right through the collision object, instead of hitting it? Here’s a weapon that fires a bullet at random velocities, to demonstrate the issue: The bullets impact the character in various places, rather than at …

    © 2026 GoGoGodot.io. All rights reserved.