Go, Go, Godot!
  • 0

Inventory System v1.5 available

February 9, 2024

The latest version of the inventory system is available and includes refinements for the interaction demo and the main tour.

New features:

  • The action strategy now handles use_item action and defaults to use for double-clicks.
  • The interaction demo now includes expirations for the various storage boxes
  • The tour has a notification UI that shows item use and drops
  • In the inventory transfer view, double-click defaults to transfer_item, instead of use_item.
  • Inventory Item quantity prefixed with ‘x’

We’ve also got a handful of bug fixes:

  • When switching the inventory’s item_scene, all previous slots are removed (so different slot scenes don’t end up together)
  • The expiration extension waits for scene owner to be ready before starting to apply expirations
  • The inventory’s drop_item() call no longer attempts to drop empty slots
  • Removed debug output from Inventory UI demo
  • Added default drag-and-drop and filter strategies to Inventory UI
  • Removed extra _refresh_slots() call from inventory controller for minor performance gains

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

Leave a Reply Cancel reply

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

Related Posts

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

  • Godot Game Engine Logo
    March 1, 2023

    Godot Engine 4.0 released!

    Godot Engine 4.0 has been released per official announcement. With version 4.0, Godot has gone through “3+ years of breaking and rebuilding from the ground up, a complete core overhaul and a full engine rewrite, through 17 alphas, 17 betas and 6 release candidates“. The announcement post is credited to “2000+ Godot contributors.” It’s a …

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