Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hello! There isn’t a ready split stack function, but you can implement it easy, because you have access to the stack information.

You can look at the legacy code (the current version is very different but the overall structure of the code is kinda similar) https://github.com/Whimfoome/godot-InventorySystem/tree/gd-3.x and decide for yourself.