Go, Go, Godot!
  • 0

Inventory System 2 Alpha 2 available

February 17, 2025

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.

The new crafting editor can create complex crafting graphs and make it easy to keep track of the entire crafting recipe dependency tree. So far, only automated crafting has been supported. This release adds manual crafting, which also includes multiplayer crafting support.

What was previously known as “Game UI” is currently getting revamped. The new GGUIKit addons provide functionality for MMORPG-style movable and resizable dialogs. Themes have also been split up into a separate addon to help organize things a bit better.

For additional details, please see the alpha 2 changelog.


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

Posted in Godot, News.
Share
PreviousUpdate all resources after modifying a resource class
NextInventory System 2 Alpha 1 available

Leave a Reply Cancel reply

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

Related Posts

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

  • October 9, 2023

    The Godot Jungle Demo

    It’s not Far Cry, nor Crysis, but it could be. The Realistic Jungle Demo demonstrates that Godot is capable of impressive visuals. If you want to run it yourself, download it from https://wrobot.itch.io/jungledemo. It was announced in this Reddit post. Update: The source code was released (with the commercial assets removed).

  • February 10, 2024

    Inventory System v1.6 available

    Per feedback, we’ve exposed more inventory user interface component signals to make it easier to react to slot/item interactions with custom logic. New features: In addition, these bug fixes are included:

  • November 17, 2022

    Making videos for the web with Godot 4’s Movie Writer

    Normally I use OBS for screen recording, but there are cases where it makes sense to use Godot’s built-in movie writer that was recently announced. For example, if you have a slow PC or really demanding game, OBS will skip frames. It makes sense since OBS is just recording what’s on the screen in real …

    © 2025 GoGoGodot.io. All rights reserved.