I have two buttons on my UI…
I attached event trigger and associated methods to call for “OnPointerUp” and “OnPointerDown” events to both of them…
Now these methods get called whenever I put my finger(it’s a touch project) on one button, the trigger fires and relevant method gets called!
But whenever I put both my fingers over two buttons, only one trigger fires!
So only one method get called from one button, but nothing happens from the other button!
Why is that?
Can’t event trigger handles two events at the same time?
Strange, it works for me. What version of Unity are you using? Are you sure its not a bug in how you have set up the switches?
Try this attached example
2424309–165996–example.unitypackage (3.78 KB)
Ok
I’ll try and and reply with all the details as soon as possible!
Nope! :(
two buttons don’t work together when pressed on touch screen!
possible bug in this version??
and unity version 5.2.3f1 Personal
question what platform? Before 5.3 multi touch on a standalone platform wouldn’t work but on a mobile it should.
1 Like
Yes!
Now it is solved!
this won’t event work on unity remote!
thanks!! :):)
1 Like
yea 5.3 this is solved for the remote as well as the InptutModule does touch and mouse in one so there is no fighting.
2 Likes
hello , how did you get it to work ? it doesn’t work for me and i have 5.4.03f
hello i tried the attached file it is not working yet
t
What is the problem you are having and what version are you using?