Text Mesh pro button
Text Mesh pro button
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
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
thanks!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.