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

  • February 11, 2024

    Inventory System v1.7 available

    A couple of corrections and a new feature: Bug fixes:

  • November 17, 2022

    Making videos for the web with Godot 4’s Movie Writer

    Normally I use OBS for screen recording, but there are cases where it makes sense to use Godot’s built-in movie writer that was recently announced. For example, if you have a slow PC or really demanding game, OBS will skip frames. It makes sense since OBS is just recording what’s on the screen in real …

  • October 9, 2023

    Design Patterns for Building Friendships

    In this 2018 GDC session, Spry Fox‘s Daniel Cook explains how to keep human beings from being treated as interchangeable, disposable, or abusable when designing multiplayer games. If you’re developing, or thinking about developing a multiplayer game, this is a great talk to better understand the challenges of designing multiplayer interactions that result in more …

  • November 23, 2024

    Inventory System v1.18 available

    A new version of the Inventory System is available. This release includes a new structure placement feature and improves crafting. Structure Placement Players can now place structures from their inventory. When using an inventory item representing a structure, the player is prompted to select where to place it. The included demo lets players place an …

    © 2025 GoGoGodot.io. All rights reserved.