On screen joystick does not result in movement

Hi
I have developed a top down game all of which works when using keyboard.
I hav added a ‘multitouch joystick’ but no movement when joystick used.

Player has topdown behaviour using defaults - all works fine - but player will not move with joystick.


I have attached the only code in the set up that works with the player animation but this shouldn’t stop the joystick working - should it?

Nah, I don’t think your animation setup should stop the joystick. But what events did you put for the joystick? Unless I’m mistaken, the top down behaviour is set to work with the arrow keys off the bat, but if you add a multi-touch joystick, you have to set it up.

Like so:

Thanks Levio.

Worked a treat. :+1:

2 Likes