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.
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
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
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