public void RefreshUI() { titleUI.text = loadedInventory.name; capacityUI.text = loadedInventory.GetWeight() + " / " + loadedInventory.GetMaxWeight(); LoadInventory(); }