SaveLoadSystem and Saver could not recover indexed inventory with correct index

Are you using an InventoryGridSaver on your InventoryGrid?
Or are you using an InventoryGridDataSaver on your Inventory and InventoryGridData?
 
It's actually IvnentoryGridIndexData.

You can see exactly how it works in the new "1_4 Shared Inventory Grid" feature scene in the last update.

By default the item indexes or stored on the InventoryGrid. But with an InventoryGridIndexData you can store it on the same gameobject as the Inventory. This means you can share an InventoryGrid between two Inventories without losing the index data
 
Top