Currently inventory_grid_stacked_transfer.tscn uses protoset_grid.json, which doesn't have stack_size and max_stack_szie properties, only items already in inventory do. Which means that added items will not be stack able with each other, only with preexisting items and it makes example less clear. I personally was wondering for a while why inventory_grid_stacked_transfer and inventory_grid_transfer behave differently despite being seemingly identical (besides UI), before i realized that already existing items are different.
In opinion adding json with times that have those properties specifically for this example, would make example more clear, and communicate how add-on works better.
Currently
inventory_grid_stacked_transfer.tscnusesprotoset_grid.json, which doesn't havestack_sizeandmax_stack_szieproperties, only items already in inventory do. Which means that added items will not be stack able with each other, only with preexisting items and it makes example less clear. I personally was wondering for a while whyinventory_grid_stacked_transferandinventory_grid_transferbehave differently despite being seemingly identical (besides UI), before i realized that already existing items are different.In opinion adding json with times that have those properties specifically for this example, would make example more clear, and communicate how add-on works better.