Search Issue Tracker
Fixed in b2af39ff70f3
Votes
1
Found in [Package]
1.1.0-preview.3
Issue ID
1315229
Regression
No
[macOS][Input System] Disconnecting and reconnecting the first connected gamepad prevents input from other gamepads
Reproduction steps:
1. Download and open the attached "GamepadBugTest.zip"
2. In the menu bar, press "Window" > "Analysis" > "Input Debugger"
3. Connect a controller
4. Connect a second controller
5. Disconnect and re-connect the first controller
6. Press any button on the second controller
Expected result: The second controller's input is registered
Actual result: The second controller's input is not registered
Reproducible with: 2019.4.21f1, 2020.2.6f1, 2021.1.0b8, 2021.2.0a6 (Input System 0.1.2.preview - 1.1.0.preview.3)
Could not test with: 2018.4 (No Input System)
Notes:
- Tested with Xbox One wireless and Nintendo Switch Pro controllers.
- If both gamepads are connected before the editor is opened, then the issue does not reproduce. The editor first needs to be opened.
- Disconnecting and reconnecting the 2nd controller to be connected does not reproduce the issue.
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- EditorGUILayout.PropertyField foldout icon inside Vertical Layout Group has an incorrect indent when used with OnInspectorGUI()
- [Android] [iOS] "NullReferenceException: Object reference not set to an instance of an object" throws when entering the Play Mode/opening the application
- The Player freezes on load when building Web platform
- Animator "Conditions" tab breaks when the only Parameter is deleted and another one is created
- "Shader error in 'Universal Render Pipeline/Lit': maximum ps_5_0 sampler register index (16) exceeded" error thrown after a build is completed when the "LOD Cross Fade" parameter is enabled
hzwuwei
Aug 03, 2022 09:50
possible to have a look at your attached sample project?
I'm hunting a similar issue on my side too