In Quest log I can't scroll with analog sticks

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Saper
Posts: 35
Joined: Tue Jan 12, 2021 11:25 am

In Quest log I can't scroll with analog sticks

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

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

Post 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.
Post Reply