Page 1 of 1

In Quest log I can't scroll with analog sticks

Posted: Thu Apr 11, 2024 10:26 am
by Saper
Hi Tony

I have problem with "Standard UI Quest Log Window". When i try to scroll window (left or right) with analog stick Scrollbar don't work. When I try it with mouse all works properly.

One thing i found: Focus is always on "Interior Panel"

Re: In Quest log I can't scroll with analog sticks

Posted: Thu Apr 11, 2024 11:33 am
by Tony Li
Hi,

Scrolling is controlled by Unity UI's EventSystem. Check the Vertical input of your EventSystem.

However, there's also a useful script in the Menu Framework package available on the Dialogue System Extras page. Download the package and import the script ScrollToMe.cs. Then add this to your quest title templates. When a quest title is selected, it will scroll the scrollrect so that it's visible.