Input.touchCount always prints zero ?
void Update () { Debug.Log (Input.touchCount); }
//always prints zero
Comment
I have done everything in order to setup unity with sdk and jdk , downloaded unity 4 on my device but when i hit the play button in unity , i don't see the blue screen in my device . I only see a blue screen in the unity game window on my PC.
USB Debugging is also enabled.
Your answer

Follow this Question
Related Questions
Get touch area dimensions for indirect touches (like tvOS or PS4 controller) 2 Answers
Multitouch second touch interrupts first, BUT is fine if the first touch is the third touch. WHAT!? 0 Answers
How can i make my player to follow my fingar 0 Answers