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

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

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

  • January 15, 2025

    Inventory System 2 Alpha 1 available

    The first alpha of the inventory system v2 is now available. For v2, a lot of refactoring work has been done with a focus on improving the developer experience. As part of that, the naming convention of the addon classes was streamlined and is more consistent now. The GDScript documentation comments have been improved significantly …

  • October 10, 2024

    Inventory System v1.16 available

    A new version of the Inventory System is available. This version requires Godot Engine 4.3 and includes many refinements. New Drag and Drop system The Drag-and-Drop component has received a major overhaul. The previous system was quite complex and the separation of the classes that implemented the click-and-drag and click-and-release approaches had so much overlap …

    © 2025 GoGoGodot.io. All rights reserved.