We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v4.0.3.rc2.official [2ac4e3b]
Windows 10
It seems that joypad button numbers are changed in Godot 4. The Godot 3->4 conversion doesn't change the button numbers.
This Godot 3 Input Map:
is converted to this:
It seems that only buttons 0-3 are same in Godot 3 and 4:
Convert any Godot 3 project having joypad buttons assigned to inputs.
conv_test.zip
The text was updated successfully, but these errors were encountered:
Add joypad input map conversion to project converter.
c206c88
Fixes godotengine#77314 (Input Map's joypad button numbers are not converted).
Successfully merging a pull request may close this issue.
Godot version
v4.0.3.rc2.official [2ac4e3b]
System information
Windows 10
Issue description
It seems that joypad button numbers are changed in Godot 4. The Godot 3->4 conversion doesn't change the button numbers.
This Godot 3 Input Map:
is converted to this:
It seems that only buttons 0-3 are same in Godot 3 and 4:
Steps to reproduce
Convert any Godot 3 project having joypad buttons assigned to inputs.
Minimal reproduction project
conv_test.zip
The text was updated successfully, but these errors were encountered: