Search Issue Tracker
Active
Votes
1
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.11.0(6000.0.67f1), 1.18.0(6000.3.8f1, 6000.4.0b8, 6000.5.0a7)
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment