I’m trying to use a ScrollView in my UI to display a lot of Text. On mobile it seems unresponsive for me… I cannot flick (very short fast swipes) to scroll. Unity seems to not register or think they are taps not swipes. Any Ideas?
The “EventSystem” gameobject has a “Drag Threshold” variable on the Event System script.
Decreasing the value will lower the amount of movement needed to trigger a drag.