Inventory Manager
The door inventory component is needed to save items or keys for future use within the system
Inventory Key: This is the input to open the inventory
Inventory Keylist: This is the list of keys which will get updated as they're collected
OnKeyAdded: Attach the UI Manager and make sure the AddInventorySlot method is chosen (At the top of the list)
OnKeyRemoved: Attach the UI Manager and make sure the RemoveInventorySlot method is chosen (At the top of the list)
NOTE: The inventory now uses a custom editor script which can be found the in EDITOR folder, you can access this and make edits there or use the OPEN EDITOR SCRIPT button at the bottom of this component
More information about the JSON save sytem here
Last updated