- Home /
The question is answered, right answer was accepted
Finding objects with TextMeshPro component.
Is there any ability to find objects with "Text Mesh Pro - Text (UI)" component? When I write "t: text" in the hierarchy search bar I can see only objects with Text component. What should I write to find objects with TMP-Text component?
Answer by The_Three_Vs · Aug 06, 2020 at 12:18 AM
Use "t: TextMeshProUGUI". (Capitalization doesn't matter)
Hope this helps!
This just saved me hours of work and a possible aneurysm.
Follow this Question
Related Questions
How to setup TextMesh Pro Font Asset to include characters from all languages? 1 Answer
Resizing TextMeshPro so it fits the content (preventing overflow) 0 Answers
TextMeshProUGUI Font Disappearing on Low FPS,Unity TextMeshProUGUI Font Disappearing 0 Answers
How to fix TextMeshPro breaking lines and escaping random characters? 0 Answers