Automatic Scrolling and etc

Announcements, support questions, and discussion for the Dialogue System.
User avatar
Tony Li
Posts: 22054
Joined: Thu Jul 18, 2013 1:27 pm

Re: Automatic Scrolling and etc

Post by Tony Li »

Happy to help!
ste
Posts: 15
Joined: Wed Aug 07, 2019 2:45 am

Re: Automatic Scrolling and etc

Post 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.
User avatar
Tony Li
Posts: 22054
Joined: Thu Jul 18, 2013 1:27 pm

Re: Automatic Scrolling and etc

Post 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.
ste
Posts: 15
Joined: Wed Aug 07, 2019 2:45 am

Re: Automatic Scrolling and etc

Post 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 :)
Post Reply