Require Components And Settings For Inventory

Required Components

The inventory is complicated, I understand. Here are all the components you MUST convert in order to have the inventory working properly. Look at the Getting Started > Object Conversion docs on how to properly convert components:

Original MP Version
vItemManager MP_vItemManager
vInventory MP_vInventory
vEquipArea MP_vEquipArea
vEquipSlot MP_vEquipSlot
vFadeCanvas MP_vFadeCanvas (ONLY on the EquipmentDisplayWindow)
vEquipmentDisplay MP_vEquipmentDisplay
vOpenCloseInventoryTrigger MP_vOpenCloseInventoryTrigger
vItemCollectionDisplay MP_vItemCollectionDisplay
vItemWindowDisplay MP_vItemWindowDisplay

Required Settings

Now that you have the above components, you need to make a few setting changes.

Open the MP_vInventory component and change:

  • Time Scale While Open to 1
  • Dont Destroy On Load to false

Hierarchy Settings

If you haven't yet be sure to read the Hierarchy Matters page to make sure your inventory camera is setup correctly.