Does such an asset exist?

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

bump

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,

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.