Comments

Log in with itch.io to leave a comment.

Did anyone has purchased this inventory ? and if yes did can they tell me if it's good for production ?

Does it has a split stack function ? 

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.