Go, Go, Godot!
  • 0

Inventory System v1.2 available

February 2, 2024

A few new features:

  • The new ContentAnimator component reveals tour slide content with tweens
  • The inventory now supports grid view and list view

Bug fixes:

  • When resizing the inventory (via max_items), extra items are correctly dropped when the allow_gaps setting is disabled.
  • The item expiration time is “humanized” by formatting it with s, m, h, and d suffixes. E.g. Instead of “600s”, it’ll now show “10m”

The Inventory System Deep Dive and Architecture Guide helps game developers implement advanced multiplayer inventories using Godot Engine. The PDF Guide contains over 500 pages of code walkthroughs, diagrams, and explains concepts related to inventories, items, and more.

Get It Now
Learn More

assetgdscriptgodottutorial
Posted in Godot.
Share
PreviousInventory System v1.3 available
NextInventory System v1.1 available

Leave a Reply Cancel reply

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

Related Posts

  • December 2, 2024

    Inventory System v1.18.1 available (and v2 progress update)

    I’m wrapping up development on version 1 of the Inventory System, which is currently at v1.18.1. All core functionality is in place, and it provides many quality-of-life features. The guide covers and walks through most of the code base, and the demo projects show off a lot of use cases. This first version has been …

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

    Inventory System v1.4 available

    A smaller update. The inventory components now have custom icons to make it easier to tell them apart. This release also includes additional bug fixes:

  • October 24, 2024

    Inventory System v1.17 available

    A new version of the Inventory System is available. This release includes various refinements to existing systems to flesh out more combat-related functionality. Inventory Ammo Provider The GGAmmoProvider component is responsible for providing ammunition to equipped weapons. Previously, it only had a “simple” strategy: Creating ammunition out of thin air. The new GGAmmoProviderInventoryStrategy pulls ammunition …

    © 2025 GoGoGodot.io. All rights reserved.