Inventory Manager

The door inventory component is needed to save items or keys for future use within the system

  1. Inventory Key: This is the input to open the inventory

  2. Inventory Keylist: This is the list of keys which will get updated as they're collected

  3. OnKeyAdded: Attach the UI Manager and make sure the AddInventorySlot method is chosen (At the top of the list)

  4. OnKeyRemoved: Attach the UI Manager and make sure the RemoveInventorySlot method is chosen (At the top of the list)

More information about the JSON save sytem here

Last updated