destro
Well-known member
- Joined
- Mar 28, 2020
- Messages
- 46
- Programming Experience
- 1-3
I have a scrollrect in my 2d game which is scrolling to end properly using mouse scroll wheel both in the editor and build player but touchpad two-finger scrolling is not scrolling.
I checked the current event type for both scroll wheel and touchpad two-finger scrolling.. both of them returns in the log "Mouse Scrollwheel" and delta changes are also visible but no scrolling on scrollrect.
Everywhere else in my Win 10 x64 laptop scrolling with touchpad works except in Unity game.
How am I supposed to get touchpad two-finger vertical scrolling to work in Unity as well?
I checked the current event type for both scroll wheel and touchpad two-finger scrolling.. both of them returns in the log "Mouse Scrollwheel" and delta changes are also visible but no scrolling on scrollrect.
Everywhere else in my Win 10 x64 laptop scrolling with touchpad works except in Unity game.
How am I supposed to get touchpad two-finger vertical scrolling to work in Unity as well?