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
- "Problem detected while importing the Prefab file" errors on Learning Templates import
- Crash on RaiseException during Socket.BeginConnect in Player when application connection is blocked through commercial firewall
- Decal Projector produces artifacts when the normal and decal are projected in negative z-direction and Normal Blend is set to 1
- Undoing slider field change only resets slider position, doesn't undo the value change
- Precision changes when a tangent is added to a Vertex node
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.