ensure response panel scrolls to the end

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
NotVeryProfessional
Posts: 150
Joined: Mon Nov 23, 2020 6:35 am

ensure response panel scrolls to the end

Post by NotVeryProfessional »

I'm using a shared subtitle UI with the response panel embedded. Unfortunately, the scroll view does not scroll down when showing a response panel, so I get something like this (with the grey area being the bottom of the screen):
Bildschirmfoto 2021-05-19 um 18.29.26.png
Bildschirmfoto 2021-05-19 um 18.29.26.png (47.81 KiB) Viewed 190 times
when what I'd like is this:
Bildschirmfoto 2021-05-19 um 18.29.36.png
Bildschirmfoto 2021-05-19 um 18.29.36.png (122 KiB) Viewed 190 times
I've looked around and searched the documentation, but I don't see where I forgot to tick a box or check an option. What did I miss?
User avatar
Tony Li
Posts: 22034
Joined: Thu Jul 18, 2013 1:27 pm

Re: ensure response panel scrolls to the end

Post by Tony Li »

Hi,

Add a UI Scrollbar Enabler component to the Scroll Rect, and assign the UI elements to it. Then assign the UI Scrollbar Enabler to the response panel's Standard UI Menu Panel component > Scrollbar Enabler field.
NotVeryProfessional
Posts: 150
Joined: Mon Nov 23, 2020 6:35 am

Re: ensure response panel scrolls to the end

Post by NotVeryProfessional »

brilliant, thanks!
Post Reply