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
Take the 2-minute tour
×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.
closed as off-topic by Noctrine♦ May 14 at 16:18This question appears to be off-topic. The users who voted to close gave this specific reason:
|
|||
|
Seriously, Google that stuff: http://docs.unity3d.com/Documentation/Manual/Input.html There is a complete manual on unity. Took me just one google search. |
|||
|
if you want to develop the touch functionality you have to write input.getmousebuttondown,input.getmousebuttonup,input.getmousebutton will work.One more way also there touch pahse began,thouchphase.end. OnMouseUp() and OnMouseDown() will work only for windows,mac.It won't support for mobiles(ios and android). check this links |
||||
|