Hello
I am having problem getting transform gesture to work as i want.
I make games for large android touch scrrens, and when dragging slowly, the gesture does not kick in.
I have tried settings min point distance and movement threshold to 0 or 0.01, makes no difference.
Have tried making all gesture friends, makes no difference.
In the Editor i can slow drag with no problem, it is only when i build for android i see the problem.
I can see that android detects the movement (i have touch curser enable), but unity or touchscript does not.
https://www.youtube.com/watch?v=5iwwcCTNHXM <- quick video to show the issue.
And finally thanks for you great great plug in, i use it in every project i make!