Hi, everyone
I've created a game for pc, ios, and android that allows you to touch or click the screen to fire your character at the exact position you touched/clicked. This works perfectly on both PC and iOS, but on Android it doesn't work properly. As far as I can tell, the android os is logging the last touch you made on the screen, be it touching a button in a previous menu or touching a different position on the screen, and then firing the character at the position of the last touch, not the current one. Any suggestions?