Home > other >  Questions about click different UI button at the same time
Questions about click different UI button at the same time

Time:09-17

Do 2 d mobile games with Unity, used by switching map of homemade UI button, use onm ouseDown () function and onm ouseUp () function to realize,
Test on the computer when all goes well, but when the mobile phone testing found that can't click on the different two buttons at the same time, but now I don't know how to use Touch to achieve these effects ... Pray god give directions!

CodePudding user response:

You need to understand the knowledge point is called: Unity multi-touch
For example: https://www.cnblogs.com/dsh20134584/p/7154573.html
  • Related