Hi Tony, In your template, a StandardUIResponseButton uses Unity Button/Text UI to display text, it working perfectly
However, if I remove the text UI component and replaced with text mesh pro component, keep the same "text" name under the button, the menu formattedText.text is not showing
Currently I modified StandardUIMenuPanel and manually assign the formattedText.text to the target button>textmeshpro
Just curious if there's a better way instead hard code it, tks
StandardUIResponseButton with textmeshpro
Re: StandardUIResponseButton with textmeshpro
Hi,
The Dialogue System has native TextMeshPro (TMP) support. First enable TMP Support. Then unassign the UI Text field (if it's still assigned). The Label field should now show slots of UI Text or TextMeshProUGUI. Assign your TMP element to the TextMeshProUGUI slot.
The Dialogue System has native TextMeshPro (TMP) support. First enable TMP Support. Then unassign the UI Text field (if it's still assigned). The Label field should now show slots of UI Text or TextMeshProUGUI. Assign your TMP element to the TextMeshProUGUI slot.
Re: StandardUIResponseButton with textmeshpro
got it, forgot to enable the textmeshpro from the tools menu, tks
Re: StandardUIResponseButton with textmeshpro
Glad to help!