-5
votes
2answers
605 views

Detect touch for android…for unity 3d

i am trying to detect the touch on android and is it possible to have a same function with touch which can work same as OnMouseUp() function
3
votes
1answer
942 views

How to move gameobject with touch on Android

I'm trying to make a game where you control a character via touch on Android devices. The player will have two degrees of movement. When you touch the touch screen and move your finger, the game ...
0
votes
0answers
68 views

Touch responsiveness on iPod

0 down vote favorite I wrote a simple code that makes an object follow moursor or touch input and works so fast and responsive on editor but when I deploy it on my iPod, it has a slight delay. If you ...