Get TextMeshPro text

Viewed 22

I have to read TMPro text like:

public TextMeshProUGUI text;

if (text = "example"){
    //make something
}

it doesn't necessarily have to be TMPro, but that would be for the best

0 Answers
Related