-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inputs randomly ignored if controller is connected to computer #62598
Comments
Related to #36396. Can you reproduce this after disabling Vsync in the Project Settings and ensuring the game runs at a high framerate by enabling Print Fps? |
yes it still happens both in example and my project(completely stops in my project but that is more likely due to my coding so I doubt it is related to this issue besides the momentary skip that appears in platfromer example where it seems to lose input for just a few frames) |
update on the issue, tried to use joystick on controller and it works correctly, only button type inputs seem to cause the issue (keyboard and d-pad) |
@nikso14 Please upload a minimal reproduction project to make this easier to troubleshoot. |
2d plat kinematic.zip |
Found a band-aid type of solution, unbinding joystick from action fixes the issue, was probably causing minor inputs and even if those inputs weren't past the deadzone it seems that godot was picking them up. |
Godot version
v3.4.stable.official [206ba70]
System information
OS: Windows 10, cpu: i5-7600k, gpu: nvidia gtx1060 6GB, rendering: GLES3
Issue description
Input gets randomly ignored if controller is plugged in and button will require being released and pressed again to work correctly until it occurs again. In case project was not started with controller plugged in the issue will only appear after pressing buttons on controller. When using only controller the issue will be always present.
Steps to reproduce
Was able to reproduce it in platformer example by making a long straight surface and moving character around.
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: