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"
In Quest log I can't scroll with analog sticks
Re: In Quest log I can't scroll with analog sticks
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.
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.