Page 2 of 2

Re: Automatic Scrolling and etc

Posted: Sat Aug 20, 2016 1:58 pm
by Tony Li
Happy to help!

Re: Automatic Scrolling and etc

Posted: Wed Nov 20, 2019 10:38 am
by ste
Hi, I reply here too because I don't want to create another thread as it may spam the forum.

I can't figure out how to scroll the content.

In this image I have 5 Choices. I can see only 4 but when I try to select the 5th one, it's hidden.

Image

I use the JRPG Template Standard Dialogue UI on Unity.

Thanks in advance.

Re: Automatic Scrolling and etc

Posted: Wed Nov 20, 2019 2:06 pm
by Tony Li
Hi,

Does the scrollbar appear? If so, can you scroll down using the mouse?

If so, then the next step is to make the scroll rect scroll down to your current selection.

This isn't specific to the Dialogue System. It's just the way Unity UI works. To make Unity UI scroll to the current selection, use one of the two solutions provided in the last paragraph of this post.

Re: Automatic Scrolling and etc

Posted: Thu Nov 21, 2019 3:47 am
by ste
Tony Li wrote: Wed Nov 20, 2019 2:06 pm Hi,

Does the scrollbar appear? If so, can you scroll down using the mouse?

If so, then the next step is to make the scroll rect scroll down to your current selection.

This isn't specific to the Dialogue System. It's just the way Unity UI works. To make Unity UI scroll to the current selection, use one of the two solutions provided in the last paragraph of this post.
It didn't work for me.
Tony Li wrote: Mon Nov 05, 2018 10:32 am or grab the ScrollToMe.cs script from the Dialogue System Menu Framework on the Dialogue System Extras page. Add ScrollToMe to your response button template.
I solved with this! It works great :)