I recently started gamedev using Unity, and I've run into the weirdest problem. I can not for the life of me make my PlayerName TextMeshProUI element in my BattleHud script update to the value of the string "name".
I tried many different ways of updating, including the ways attached