Go, Go, Godot!
  • 0

Inventory System v1.0 available

January 29, 2024

Version 1.0 of the Inventory System is now available. It includes a few new additions since the closed beta:

  • Audio Themes
  • A toolbar button to auto-stack items
  • Support added for partial item stacking
  • Transferring items now takes the search filter into account

Lots of fixes found their way into this release as well:

  • Addresses several issues with expiring items related to inventory resizing
  • Drag-and-drop now handles expired items
  • Drag-and-drop preview z-index set to max
  • When building the UI, the InventorySlotUI nodes have a consistent naming convention
  • The GGFocusControl class uses grab_click_focus()
  • Corrected node type in the GGTour class
  • Inventory grid scroll container follows focus
  • Inventory sort strategy method format changes
  • Addresses an issue with refreshing last item slot
  • Snappier inventory item consumption
  • Web export compatibility improvements

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.1 available
Next2D Fog Effect Shader Tutorial

Leave a Reply Cancel reply

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

Related Posts

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

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

  • November 27, 2024

    Toggling Visibility of Nested CanvasLayers

    I had a setup with nested CanvasLayer nodes. Toggling the visibility of the root CanvasLayer doesn’t hide any nested CanvasLayer nodes. My solution was to listen to the visibility_changed signal, find any CanvasLayer child nodes, and apply the same visibility to them.

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