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

  • January 3, 2024

    2D Fog Effect Shader Tutorial

    The shader used in the tutorial: https://godotshaders.com/shader/2d-fog-overlay-2/

  • February 4, 2024

    Inventory System v1.3 available

    Another Inventory System release, and this time we’ve added support for persistence through serialization of inventory data. Features: Bug fixes:

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

  • July 6, 2023

    Making breakable objects in Godot

    Here’s a tutorial on how to create breakable objects in Blender and Godot. It covers the steps needed to design and implement breakable objects, including scripting and using physics properties to make objects break apart into smaller pieces upon collision or other interactions.

    © 2025 GoGoGodot.io. All rights reserved.