Search Issue Tracker
Active
Votes
0
Found in
1.18.0
Issue ID
UUM-133897
Regression
No
PerformPairingWithDevice swaps devices between players when virtual cursors are added in a different order than the initial setup
How to reproduce:
1. Open the attached "InputSystemBug.zip" Unity project
2. Open and play the "SampleScene"
3. Click on the “Add Keyboard/Mouse Player button”
4. Click on the “Add Gamepad Player“ button twice
5. Click on the “Add Virtual Cursor to Player 1“ button
6. Click on the “Add Virtual Cursor to Player 2“ button
7. Click on the “Add Virtual Cursor to Player 0“ button
8. Go to “Window > Analysis > Input Debugger”
9. Expand “Users > User #0/#1/#2 > Paired Devices" for each one of the three Users and observe the results
Actual Result(Screenshot attached):
Player 0 - paired with “Gamepad”, “VirtualMouse1”, “VirtualMouse2”
Player 1 - paired with “Gamepad1”, “Mouse1“
Player 2 - paired with “Keyboard1“, “VirtualMouse“
Expected Result:
Player 0 - paired with “Keyboard1“, “Mouse1“, “VirtualMouse“
Player 1 - paired with “Gamepad“, “VirtualMouse1“
Player 2 - paired with “Gamepad1“, “VirtualMouse2“
Reproducible in: 1.14.2(6000.0.61f1), 1.18.0(6000.5.0a7)
Could not test with: 6000.0.0b11 and older input system versions (input system breaks on them (many "The type or namespace name does not exist in the namespace", "The non-generic type..." and other errors))
Reproducible on: MacOS 26.2 (M1)
Not reproducible on: No other environment tested
Note:
- More information about this issue in our Unity Discussions: [https://discussions.unity.com/t/inputuser-performpairingwithdevice-changes-all-users-devices-in-specific-instances/1697902]
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shader warning in 'Hidden/Core/DebugOccluder' thrown after building High Definition 3D Sample Template
- Audio Mixer “+” buttons overlap with UI when the Audio Mixer window layout is set to Horizontal
- "Clear" button in the "Set project display name" closes all the pop-up instead of clearing just a name from the field
- Video Player renders no video on specific devices when using Vulkan
- The Editor slows itself down by showing tons of warnings when the majority of TransformAccessArrays content are NullRefs
Add comment