How To Combine Swipe Gesture with Virtual Joysticks?

Hello Guys

I’m trying to make the character jump using a swipe gesture while moving with Virtual Joystick , but it wont work until i stop moving , it looks like i need to combine them together somehow

Need your kind help to fix the issue

Thank You

Have you or anyone else ever found a solution for this?

Hey there @Heladoodle! So it’s dependent on how your movement is set up. If your joysticks are widgets and have isFocusable on, they will receive focus and nothing will happen while you have them down. The built in joysticks do allow other input, however you would still have to preprocess the touch input and account for it when making your movement decisions.