As a mobile game developer ill need to make a joystick in my game but you play on PC. What should I do?
If you can get the joystick working with a mouse, and make a web build, that'll still work in the browser. 馃憤
ok
you can use the condition "if device is mobile device". Invert it so it only happens for PC. Make the action "delete joystick". The joystick won't be deleted for mobile, but will be for PC players since it's not needed.
PC can use the regular WASD or arrow keys for movement with the top down or platformer extensions.
thanks