MultiTouch detect in Android Unity

I want to detect the count of the number of simultaneous finger touches …

If one finger is touched display one.
If two finger is touched display two.
If three finger is touched display three.

and so on …

My problem is that how to detect the number of finger touched at the same time in unity 3d android application.???

Is there any simple way to perform this task

1 Answer

1

Are you sure you’ve checked the docs before you posted this question? Because i don’t get how you missed Input.touchCount