On my mobile game, i want to turn off the ability to tap the screen to move around and force use the on screen joystick. Does anyone know what setting to change to do this?
Edit > Project Settings > Input
Remove touch from the input actions/axis.
You could also find the event being called in the character from this touch event and simply remove it.
You will need to build your own character to handle the movement input from the joystick.
1 Like
good stuff! easy enought! it wasnt in the settings, it was the controller but you pointed me in the right direction so thank you so much!
1 Like