Page 1 of 1

Text Mesh pro button

Posted: Sun Oct 24, 2021 8:55 am
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

Re: Text Mesh pro button

Posted: Sun Oct 24, 2021 9:02 am
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.

Re: Text Mesh pro button

Posted: Sun Oct 24, 2021 2:14 pm
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!

Re: Text Mesh pro button

Posted: Sun Oct 24, 2021 2:35 pm
by Tony Li
Happy to help!