Touch:
measure how long each finger has been touching a certain spot.
Swipe:
measure start and end point of the swipe.
measure direction of the swipe.
measure speed of the swipe.
Drag:
measure start and end point of the drag.
measure path of the drag.
measure speed of the drag.
Any such asset that can do the above?
Im interested in this too
mgear
July 24, 2014, 10:36pm
4
Havent seen any, but sounds like that would be quite easy to do…
for example here is example on taking direction: Unity - Scripting API: Touch.phase
or maybe start from this,
Please post all your questions on the official board: http://touchprefab.com/index.php! Questions posted here probably will not be answered! Before posting questions or bug reports please make sure that: You checked the FAQ, Read...
Reading time: 75 mins 🕑
Likes: 7 ❤
Thanks for the reply mgear.
I’ll look into the first link but as for the second one, in one of the comments the OP says it’s not optimized for mobile device and I’m looking to make this for mobiles.