Has someone used TextMesh pro in dropdown menu as “caption text”? is there any semiconvinient way to do this? Could this be do somehow with Dropdownmenu.CreateItem ?
there is TextMeshProUGUI
component, you can attach it the same way you do with Text.
I haven’t tried this, but in the dropdown, there is a child GO named: “Template”.
Try replacing:
Template > Viewport > Content > Item > Item Label (Text) with the TextMeshPro script.