-
Multiple touch
i can only register one touch for some reason in the android exporter. are multiple touches not supported yet by it or is it just me.
also just out of curiosity when i hold Ctrl in the editor when i am testing a game two circles pop up. are these supposed to be some way of simulating multiple touches? (if so it doesn't work for me)
-
never mind i figure out what the problem was. when the game checked to see which touch was active it was checking multiple objects for a variable that which caused the first input to be canceled out.
but i still don't know the point of the two circles that appear when hold Ctrl.