How to integrate multitouch on Android?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By JorensM

I have a joystick and an attack button for the mobile version of my game. The problem is, the game will register either the joystick or the attack input, but not both at the same time. How do I make it so that the game is able to register both inputs at the same time?

Are you using TouchScreenButton or just Button ? TouchScreenButton supports multitouch out of box.

decepticlown | 2021-09-26 16:53

I was using just Button, but I will check out TouchScreenButton!

JorensM | 2021-09-27 06:46