Container items are special inventory objects that can hold other items within them, such as backpacks, chests, or pouches. They function like regular items but have the added capability of storing their own inventory of items.
Container items share most properties with standard items. For the basic properties like Display Name, Description, Icon, etc., refer to the Creating an Item documentation.
The key difference is the additional Container Grids property:
Container Grids property in the Container Data SOLoading image
Container Grids: This array holds references to grid prefabs that define the internal storage space of your container. Each grid represents a separate storage compartment or tab within the container.
Set up the Save System to persist container contents between game sessions
Container items add depth to your inventory system by allowing players to organize their items in meaningful ways and expand their storage capacity through gameplay.