Text Mesh Pro

Kibrjr

New member
Hello! I'm creating my own UI for my UFPS player, but, I need to use Text Mesh Pro, instead of the Unity's legacy text. Is there a way to upgrade the system to TMP? For exemple, I can't assign these variables because they're using the legacy version.
To sumirise, how can I change these variables from Legacy's Text to TMP?

Screenshot_1.png
 
The UCC UI components do not support TMP. So, you can copy the components to your own namespace, and change the text fields to TMP.
 
Top