Automatic Scrolling and etc
Re: Automatic Scrolling and etc
Happy to help!
Re: Automatic Scrolling and etc
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.
I use the JRPG Template Standard Dialogue UI on Unity.
Thanks in advance.
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.
I use the JRPG Template Standard Dialogue UI on Unity.
Thanks in advance.
Re: Automatic Scrolling and etc
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.
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
It didn't work for me.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.
I solved with this! It works greatTony 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.