- Home /
Question by
TalityMor · Sep 18, 2016 at 06:12 PM ·
touchcountunity 5.1.1
unity 5 Touch codes doesnt work
hello guys, i have problem with touch in unity 5.
if (Input.touchCount > 0)
Debug.Log(Input.touchCount);
this code should work and print the touches number when i touch the screen but it doesnt work. also i tried some other codes from tutorials but these tutorials was for unity 4. and still nothing Thanks in advance
Comment
Your answer
Follow this Question
Related Questions
iOS touches buffer 0 Answers
check touch position 2 Answers
Why does my sound play multiple times using touchcount? 1 Answer
Do something only when finger is on object 0 Answers
Problem with iPhoneInput.touchCount 1 Answer