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
- Build and Run button greyed out for locally invalid architecture, despite remote build is specified
- Graphics Settings: “Use Defaults” checkboxes misaligned in Tier Settings section
- VFX Graph particles are not culled when using URP and Frustum Culling is enabled on VFX Mesh Output
- 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
Add comment