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