- Home /
Detect Swipe and GUI Button Press
I am newbie to unity3d. I am stuck in detecting swipe gesture as well as a gui Button press both simultaneously Any of the event is not being executed. For swipe Gesture i am using the Finger Gesture Package and for gui Button I am using the GUI.RepeatButton. I've also tried to use Finger Gesture and GUI.Texture as button still gives the same result. The third try i did with the Flick Control script with GUI.RepeatButton and Gui.Texture Neither of them work.
Edit One I've tried this way to get the work done but its not working with multi gesturelink
Help would be greatly appreciated. Thank you
Answer by hirenkacha · Jan 08, 2014 at 11:48 AM
I think you should try creating your own button instead of GUI component. As you need to use multitouch. I have two links for you one for making GUITexture as button and second for differentiating two touch inputs. This will solve the problem of detecting your one input touch which reacts on another control.
Your answer
Follow this Question
Related Questions
GUI Repeatbutton up? 1 Answer
Repeat Button disappearing? 1 Answer
Is there any free mobile addon package to download for ufps? 0 Answers