- Home /
Best way to get to get touch inputs?
Hi,
What's the best way to get touch inputs from iOS/Android devices in Unity?
Thanks.
Answer by kmeboe · Sep 28, 2012 at 05:18 PM
The Unity "Input" class handles touch: http://docs.unity3d.com/Documentation/Manual/Input.html.
To make things simpler, there are also touch libraries in the asset store. We use "FingerGestures", and are happy with it.
There is also a great iOS tutorial that leads you through many aspects of programming including touch: http://unity3d.com/support/resources/tutorials/penelope.
Your answer
Follow this Question
Related Questions
How to fix this problem? ios touch screen? 1 Answer
Way to detect and get last/latest TOUCH 5 Answers
Touch joystick tutorials ? 0 Answers
IOS object touch, collider 1 Answer
Question about user input event handling in Unity game for iOS 2 Answers