Search Issue Tracker
By Design
Votes
0
Found in [Package]
1.1.0-preview.3
Issue ID
1326095
Regression
No
[Input System] PlayerInput.Instantiate pairs all devices with the same control scheme to one user
How to reproduce:
1. Open the attached project "unity-bug-1326095-main.zip"
2. From the Project tab, open Assets/Scenes/SampleScene.unity
3. Connect two PS4 controllers (or other controllers with the same control scheme)
4. Enter Play Mode
5. Press any button on one of the controllers
6. Open Window > Analysis > Input Debugger and observe Paired Devices under User #0
Expected results: only one controller (the one that was used in step 5) is added to Paired Devices of User #0
Actual results: both controllers are added to Paired Devices of User #0
Reproducible with: 2019.4.25f1, 2020.3.7f1, 2021.1.6f1, 2021.2.0a16 (Input System 1.0.2, 1.1.0-preview.3)
Could not test with: 2018.4.34f1 as it requires outdated versions of Input System
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
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
Resolution Note:
Control scheme specifies three gamepads, all optional. Pairing logic will grab as many as it can. This is the same logic that grabs both a keyboard *and* a mouse even if just the keyboard is used.
The list of devices in the control schemes is not "any one" but "all of these".