Go, Go, Godot!
  • 0

Inventory System v1.7 available

February 11, 2024

A couple of corrections and a new feature:

  • Added inventory saving and loading to the main tour

Bug fixes:

  • The drag-and-drop state is shared via static property
  • Inventory controller filtering no longer accesses item index out-of-bounds
  • Inventory serialization strategy order of operations for slightly improved performance
  • Prevent the GGInventoryController from using empty slots
  • Miscellaneous static typing corrections

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.8 available
NextInventory System v1.6 available

Leave a Reply Cancel reply

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

Related Posts

  • December 22, 2022

    A GDScript refactoring exercise

    Arguably, more fun than writing code is removing code. I was assembling a split-screen multiplayer UI. The goal behavior is to show/hide the appropriate displays for the players, depending on how many players there are. Initially, the code to update the UI was very simple, because I started with two players. In that case, you …

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

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

  • February 16, 2024

    Inventory System v1.8.1 available

    A quick update to yesterday’s release with a few fixes:

    © 2025 GoGoGodot.io. All rights reserved.