- Home /
Multitouch with two Different Scripts
Hello,
I am trying to allow multitouch in my game.. I have two scripts, one that handles the camera rotation, and another that handles the GUITexture clicks. The issue is, when someone is moving the camera, they are not able to also push the GUITexture (to fire the bullet).
I have tried multiple methods of merging the two scripts, but I am not getting it to work.. I have found some methods to do the actual multitouch, I am just not sure how to incorporate it into my game (since I use multiple scripts).. Here is the link to the multitouch info: http://answers.unity3d.com/questions/167750/how-does-multi-touch-work.html
Thanks!!
Your answer
Follow this Question
Related Questions
How does multi-touch work 1 Answer
Multi touches problem 0 Answers
Two or more touchs at same time? 0 Answers
touchCount not recognized with multitouch 1 Answer
How to stop second finger from manipulating position of gui joystick 1 Answer