public void UpdateWeightText(TextMeshProUGUI text)
 {
     text.text = "" + inventory.GetCurrentWeight() + " / " + inventory.GetMaxWeight();
 }