Hi, first of all, I wanna ask apologize because my english is rusty.
I’m having problem with joystick on a mobile project.
When the player is walking using analog and then press any else touch button, the analog stop to send input response for a sec and then back to works. So if I keep pressing simultaneously a button when I walking the character stops to walk even pressing the thumbstick.
What I can do to fix it?
1 Like
I tried on 3 different devices
Your problem is in the animblueprint probably
It seems a state or blending
Debug buttons and see
Thank you to answer my topic.
Using the mouse nothing goes wrong. But using touch the problem happens with any button even if the button doesn’t have a functionality.
I solved the problem, it was just disable “is focusable” on the touch buttons.
2 Likes