MarcoFazioRandom / Virtual-Joystick-Godot

A simple virtual joystick for touchscreens, for both 2D and 3D games, with useful options.
MIT License
731 stars 80 forks source link

Jumping doesn't work only on android. #56

Closed synalice closed 1 year ago

synalice commented 1 year ago

The joystick works for moving left and right, but jumping doesn't work for some reason. Disabling Emulate Mouse From Touch didn't fix it. There is only one instance of the joystick on the screen, so it's not a multitouch issue.

Everything does work properly on PC. But not on Android. Could this be an issue with game logic? But why would it still work on PC?

image image image

synalice commented 1 year ago

Fixed by moving some of the Input code into the _process function. See https://github.com/godotengine/godot/issues/66318 for more information.