Text Mesh pro button

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Cocco
Posts: 7
Joined: Thu Oct 14, 2021 10:53 am

Text Mesh pro button

Post by Cocco »

Hi, how do i implement text mesh pro in the Response Button? I already did the welcome windows thing but i don't know how to enable txt mesh pro for the button
User avatar
Tony Li
Posts: 21981
Joined: Thu Jul 18, 2013 1:27 pm

Re: Text Mesh pro button

Post by Tony Li »

Hi,
  • Inspect your response button(s) or response button template.
  • Remove the child Text GameObject.
  • Add a child TextMeshProUGUI GameObject.
  • Inspect the button's StandardUIResponseButton component. Assign the child TextMeshProUGUI GameObject to the Label field.
Cocco
Posts: 7
Joined: Thu Oct 14, 2021 10:53 am

Re: Text Mesh pro button

Post by Cocco »

Tony Li wrote: Sun Oct 24, 2021 9:02 am Hi,
  • Inspect your response button(s) or response button template.
  • Remove the child Text GameObject.
  • Add a child TextMeshProUGUI GameObject.
  • Inspect the button's StandardUIResponseButton component. Assign the child TextMeshProUGUI GameObject to the Label field.
thanks!
User avatar
Tony Li
Posts: 21981
Joined: Thu Jul 18, 2013 1:27 pm

Re: Text Mesh pro button

Post by Tony Li »

Happy to help!
Post Reply