Directional touch arrows

Hello, I am new to Phaser 3, I am learning to use more recently I came across a barrier, like a step to add Directional arrows by touch to build my character in android mobile devices?

I’d suggest adding some arrow sprites to your game and then use setInteractive and listen for mousedown. It can be a good idea to add ui elements in a second scene so that you don’t have to worry about them moving - depends whether your camera moves around.

Rex made a virtual joystick plugin for that purpose and you can find a tutorial here.