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 16, 2024

    Inventory System v1.8.1 available

    A quick update to yesterday’s release with a few fixes:

  • February 15, 2024

    Inventory System v1.8 available

    The latest version includes a few new enhancements, and an experiment: The sequencer demo uses inventory instances to hold music notes, which can be played back. This was inspired by music trackers that were popular in the 90s, such as Scream Tracker and Impulse Tracker. The sequencer isn’t meant to be a production-ready digital audio …

  • March 20, 2025

    Inventory System 2 Alpha 4 available

    This release finally uses Godot Engine 4.4. It adds the GGCraftingSystem singleton and updates the GGInteractable2DStrategyCrafting class to use it. The crafting editor nodes now have prefixes, which makes it much easier to search for specific recipe or item nodes in larger crafting libraries. Some syntactic sugar was added as well. You can now easily …

  • Wave Shooter title screen
    May 11, 2023

    The Pause Handler: Working around Godot 4’s particle jitter bug

    Godot Engine 4 has a bug (#50824) that causes particle jitter when the game is paused. It does look quite distracting. The Bug in Action This is a proof-of-concept wave shooter running in Godot Engine 4.0.2. Pausing the game was initially just a simple process_mode toggle. But as shown in the video clip above, there …

    © 2025 GoGoGodot.io. All rights reserved.