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 gesture1
Help would be greatly appreciated.
Thank you