Go, Go, Godot!
  • 0

Inventory System v1.18 available

November 23, 2024

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 anvil. Once placed, the anvil is used to craft items.

Structure placement provides an example of how to build mechanisms that let players build structures or place objects.

Crafting Refinements

The crafting components have received some improvements to add support for multiplayer.

Changelog

Features:

  • Crafting UI implemented for the single-dialog Game UI.
  • Crafting now supports multiplayer.
  • Structure placements

Bug fixes:

  • Add missing Crafting Status UI type hints
  • Crafting Status UI correctly displays the item currently being crafted and its status when opening the UI when crafting is already in progress.
  • Move the MyGameUISelector script to its component scene counterpart in the /game_ui folder.

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

assetgdscriptgodot
Posted in Godot.
Share
PreviousToggling Visibility of Nested CanvasLayers
NextInventory System v1.17 available

Leave a Reply Cancel reply

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

Related Posts

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

  • February 17, 2025

    Inventory System 2 Alpha 2 available

    This release contains the new Godot editor integrations. It offers an Item Library bottom panel that makes it easier to manage your inventory item types, and an inspector plugin that lets you edit items in a GGItemCollection. This also reduces the need for manually creating GGItemData resources, which simplifies item management at design time significantly. …

  • March 27, 2025

    Inventory System 2 Alpha 5 available

    This release addresses an issue that arose due to Godot 4.4 changes in how JSON is deserialized. Relevant Godot issues: #103374 and #61464. Makes sense why it was changed, but it might impact anyone unaware who’s consuming a JSON-based API, and wondering why responses may not be as expected. In addition, this release now includes character damage and …

  • October 23, 2023

    Fire, Rain, and Black Hole particle effects

    This video is from December last year and uses Godot 4.0-beta7, but I thought it was interesting, because… particle effects!

    © 2025 GoGoGodot.io. All rights reserved.