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
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