Page 1 of 1
Bullet points in the response button
Posted: Mon Jan 21, 2019 6:02 pm
by fl.isabela
Hi,
I would like to know how to include a bullet-point (image/icon/number) in every response option inside the Response Menu Panel...
I tried to include an image on the left side of the Response Text but it simply did not showed up.
Thanks,
Isabela
Re: Bullet points in the response button
Posted: Mon Jan 21, 2019 9:13 pm
by Tony Li
Hi Isabela,
Here's an example scene:
BulletResponseExample_2019-01-21.unitypackage
It looks like this:
It's overkill because it shows two bullets and a number for each response. The white box is a UI image in the response button. I started with the Basic Standard Dialogue UI and replaced the response button's Vertical Layout Group with a Horizontal Layout Group. Then I added the white box.
To get the small dot and the numbers, I inspected the Standard UI Menu Panel component and enabled Autonumber. Then I added the small dot character to the format string.
Re: Bullet points in the response button
Posted: Tue Jan 22, 2019 8:28 am
by fl.isabela
Wow, that's exactly what i was looking for! Thanks, Tony!
Re: Bullet points in the response button
Posted: Tue Jan 22, 2019 8:45 am
by Tony Li
Glad to help!