- Home /
Multi touch event trigger?
How can I have an event trigger that allows on touch, even if theres another finger somewhere else on the screen?
Hello did you find an answer to your problem? If so could you help me please ? I'm having the same issue and ill be really grateful $$anonymous$$y skype is sarah kat Thanka in advance
Answer by starikcetin · Jun 06, 2015 at 12:36 PM
If you are talking about Event System component, it already supports multi-touch as far as i know.
If you are talking about writing you own script, then you can just use a foreach loop to get all the touches and use them whereever you want.
Answer by Wolfdog · Jun 06, 2015 at 12:20 PM
Just have 2 images or whatever with the event trigger and everything should work fine when you run the game on a mobile device. Windows only supports one pointer, so you will have to test your game on a physical device.
Your answer
