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

  • September 29, 2022

    Audio Manager to handle the loading of sound effects in bulk

    Years ago I purchased a game dev bundle on HumbleBundle. Part of that was a sound library called Pro Sound Collection. It’s pretty comprehensive, whether RPG or FPS, there are sounds for a ton of use cases. I might as well use them for something. Luckily for me, the sound collection is pretty well organized. …

  • 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 11, 2024

    Inventory System v1.7 available

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

  • April 20, 2024

    Ditch @onready, use @export instead

    Are you using @onready to reference nodes? There’s a better way! Here’s a simple example of how many tutorials use @onready to reference nodes: That script is attached to a CanvasLayer node with a ProgressBar called HealthBar. And yet, when running the scene, it will throw an error: This is because there’s actually a spelling …

    © 2025 GoGoGodot.io. All rights reserved.