Using scroll wheel to scroll response options
Posted: Tue Sep 12, 2023 8:49 am
I have a respone panel using a StandardUIMenuPanel. My reponse options are in a scroll view, and the scroll bar appears when there are a lot of options wich works great, I can use it to scroll. The respones have a StandardUIResponseButton.
But I can't seem to use the scroll wheel here? I'm using a default unity scroll view so my guess is one of the dialogue scripts is working against the scroll wheel functionality?
The response panel has a UIScrollEnabler, but I've tried it both with and without that script and doesn't seem to make a difference for using the mouse scroll wheel.
For clarity, my layout is:
UIPanel > StandardUIMenuPanel > Scroll View> Viewport > Content > StandardUIResponseButton
Any help would be appreciated!
But I can't seem to use the scroll wheel here? I'm using a default unity scroll view so my guess is one of the dialogue scripts is working against the scroll wheel functionality?
The response panel has a UIScrollEnabler, but I've tried it both with and without that script and doesn't seem to make a difference for using the mouse scroll wheel.
For clarity, my layout is:
UIPanel > StandardUIMenuPanel > Scroll View> Viewport > Content > StandardUIResponseButton
Any help would be appreciated!