I’m trying to update the text of a TextMeshPro object that updates whenever the variable updates, but I can’t get the text to change.
This is what I have:
(I’m very new to using Unity and Visual Studio, so I don’t know much.)
I’m trying to update the text of a TextMeshPro object that updates whenever the variable updates, but I can’t get the text to change.
This is what I have:
(I’m very new to using Unity and Visual Studio, so I don’t know much.)
did you assign the textmesh pro component to the variable?
How do I do that?