Page 1 of 1

Change size of Response buttons

Posted: Sat Nov 30, 2024 11:36 pm
by Arctichorse9
Hi. I would like to change the size of the Response buttons in the Basic Dialogue UI., for example, three answers to a riddle. I can resize them but then when I click on them nothing happens. If I don't resize them, they work as normally.

Any help is much appreciated. Thanks.

Re: Change size of Response buttons

Posted: Sun Dec 01, 2024 9:13 am
by Tony Li
Hi,

I recommend watching the first of the dialogue UI videos to get an overview of how to customize dialogue UIs. Then duplicate the Basic Standard Dialogue UI prefab or whatever prefab you want to start with as a base. Move your duplicate to your own folder, and assign it to the Dialogue Manager's Display Settings > Dialogue UI.

Then inspect its Response Button Template. To increase the size of the response text, increase the child Response Text's Font Size. Or switch to TextMesh Pro first if you want to use TextMesh Pro, then set font size.

Re: Change size of Response buttons

Posted: Sun Dec 01, 2024 11:35 am
by Arctichorse9
Thanks so much