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

  • July 17, 2023

    Terrain3D for Godot has been released

    The Terrain3D addon for Godot lets you create and manage 3D terrains within Godot. It looks quite promising for making landscapes, hills, valleys, and other natural environments. The addon provides tools for sculpting the terrain, and you can paint different textures like grass, dirt, or rock, and blend them smoothly. It also supports features like …

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

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

  • Godot Game Engine Logo
    September 14, 2023

    Building UIs in Godot 4

    Here’s a collection of tutorials that are helpful if you’re new to using Control and Container nodes to create UIs in Godot 4. The Game Dev Artisan video covers creating a simple UI with a reload indicator for a simple 2D tank game: Clear Code’s 11+ hour Ultimate Introduction to Godot 4 has a chapter …

    © 2026 GoGoGodot.io. All rights reserved.