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.
It’s been a while, but it was worth the wait. The latest version of the Inventory System is now available, with a long list of features, improvements, fixes, and documentation. This time the focus is on multiplayer. Let’s cover the features first: Bug fixes:
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:
Inventory System v1.0 available
Version 1.0 of the Inventory System is now available. It includes a few new additions since the closed beta:
Lots of fixes found their way into this release as well:
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.
Related Posts
Inventory System v1.13 available
It’s been a while, but it was worth the wait. The latest version of the Inventory System is now available, with a long list of features, improvements, fixes, and documentation. This time the focus is on multiplayer. Let’s cover the features first: Bug fixes:
Inventory System v1.7 available
A couple of corrections and a new feature: Bug fixes:
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:
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: