Search Issue Tracker
Fixed in 1.1.0-preview.2
Votes
0
Found in [Package]
1.0.0-preview.7
Issue ID
1295665
Regression
Yes
"Add 2D Vector Composite" is missing from the UI dropdown options when adding bindings to Actions in the Input System
Reproduction steps:
1. Open the attached project "Input System Test.zip"
2. In the Project window open the Assets folder and double-click "InputTest"
3. Right-click "Test" in the Actions column and observe the "Add 2D Vector Composite" option in the UI dropdown
4. Select the Add "+" icon to the right side of the "Test" action
Expected result: There is an option to add "Add 2D Vector Composite" in the UI dropdown
Actual result: There is no option to add "Add 2D Vector Composite" in the UI dropdown
Reproducible with: 1.0.0-preview.7, 1.1.0-preview.1 (2019.4.15f1, 2020.1.14f1, 2020.2.0b13, 2021.1.0a7)
Not reproducible with: 0.2.1-preview (2018.4.29f1), 1.0.0-preview.6 (2019.4.15f1, 2020.1.14f1, 2020.2.0b13)
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
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
- Crash on EditorApplication:Internal_CallUpdateFunctions when pushing property block by index to SpriteShapeRenderer
- Depth Texture Mode "After Opaques" breaks when "Full Screen Pass Renderer Feature" is added
- The Code Previews panel is initially opened in a slightly minimized state
Resolution Note (fix version 1.1.0-preview.2):
Package with the fix is available in: 2019.4, 2020.1, 2020.2, 2021.1, 2021.2
Vector2 composite getting filtered out is the intended behaviour here as the action is set to "Button" type and thus expected float value input. As of 1.1.0-preview.2, filtering is consistent between the right-click and the "+" menu.