Version 1.3.0 of the Ultimate Inventory System is making its way to the Opsive Store and the Asset Store. This version moves the package from the /Assets/ directory to the /Packages/ directory. Due to this change you need to first remove the entire /Assets/Opsive directory (remember to backup!).

This version contains the following:

  • Set minimum Unity version to 2022.3.
  • Updated demo scenes for URP.
  • Added a function to remove empty indexed slots in the InventoryGrid.
  • Added support to CurrencyAmounts attribute type in the import/export CSV.
  • Fixed ItemCollection from not removing items in a limited circumstance.
  • Fixed crafting recipe sorting order in the editor
  • Improved import/export from CSV file.
  • Fixed the ItemTransactionCollection not working correctly with the InventoryGridIndexDataSaver.
  • Fixed the ItemSlotCollection not returning the right added amount.
  • Fixed OnSelect function of ItemViewSlots to be invoked multiple times within the same frame.