- Home /
Multi touch for android
hello
i am looking for a quick and simple way of making a multi touch GUI for a Left arrow right arrow and fire button.
you probably thinking why didn't he try himself? i have i been googleing all day literately i really am at the end of my tether with this now and i never use help forums, don't know why lol :)
i have tried using OnGUI for the buttons although found that they are single touch.
An example explaining the code could be best, i dont wont it given me on a plate i like to be given something i can drop in my project and learn from.
thank you so much for any help, josh
UA is not really the place to have scripts given to you I'm afraid. I can tell you how to achieve what you want:
If you use Input.touches you will find that you have access to all of the fingers on the screen. You can just check their positions and handle the clicking like that - or use objects in the scene (perhaps with a second camera to make them not move with the main camera) and ray cast from each of the touch points.
Your answer

Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Problem with touch button (when moved) 2 Answers
How do I set my android app to landscape mode entirely? 1 Answer
Android Require Wifi to play? 1 Answer
Candy Crush tutorial 1 Answer