In GameStatus.cs, would it be ok to follow the "cached reference" method?

Hi,

FindObjectOfType returns the first object it finds, whatever Unity defines as “first”. If you have only one TextMeshProUGUI object in your scene, your approach is perfectly fine. :slight_smile:


See also:

1 Like