Hi there,
I’m writing a script that can be used to fade in TextMeshPro (asset) text.
However I’m not able to access the color of the TextMeshProUGUI component in my script:
Here is my inspector with the TextMeshProUGUI component:
What can I do to make this work? Am I even able to change the color of the TextMeshProUGUI component? Thanks in advance!