Google shows that to access the component via script, you simply use var TextMeshPro…
In MonoDevelop, in C#, TextMeshPro as a class is not recognized for me.
??
Google shows that to access the component via script, you simply use var TextMeshPro…
In MonoDevelop, in C#, TextMeshPro as a class is not recognized for me.
??
Post the code and the exact error message.
TextMeshPro requires the proper using statement. At least the old paid one did. Make sure you have I believe using TMPro at the top. Also the tmp component you are most likely using is TextMeshProUGUI
Thats it!
I had tried “using TextMeshPro”, “UnityEngine.TextMeshPro”… for some reason it is " TMPro"… Makes sense, but not the obvious choice.
Cheers!
In 2019 this is still not documented in the 2019.1 scripting reference.