Search Issue Tracker
Fixed in 1.1-pre.4
Votes
2
Found in [Package]
1.0.0
Issue ID
1258578
Regression
No
Adding a Binding to one InputAction element in a List adds the same binding to all the other elements in the List
How to reproduce:
1. Open attached project "inputTest.zip"
2. In the project window, go to Assets > Scenes and double-click "SampleScene" Scene
3. In the Hierarchy window, click on "Test" GameObject
4. In the Inspector window inside the "Test Script" Script component, expand the "Data" section and change "Size" to 2
5. Click the "+" sign on any of the new elements and select "Add Binding"
Expected result: new binding is added to the selected element
Actual result: binding is added to all elements of the List
Reproducible with: 0.1.2-preview, 0.2.1-preview (2018.4.24f1), 0.1.2-preview, 1.0.0 (2019.4.2f1, 2020.1.0b14, 2020.2.0a17)
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 (fix version 1.1-pre.4):
Fixed by https://github.com/Unity-Technologies/InputSystem/pull/1293