Search Issue Tracker
Fixed in 0.2.8-preview
Votes
0
Found in [Package]
0.2.6-preview
Issue ID
1141331
Regression
No
[Editor][Input System] "Add action" when right-clicking an action map throws errors
To reproduce:
1) Open attached project
2) Double click "InputActions" in Project View to open InputActions window
3) Right-click one of the action maps and select "Add Action"
Result: Two errors appear in console:
Cannot find newly created item for m_ActionMaps.Array.data[0].m_Actions.Array.data[11]
NullReferenceException: Object reference not set to an instance of an object
UnityEngine.Experimental.Input.Editor.InputActionTreeView.SelectItemAndBeginRename (UnityEditor.SerializedProperty property) (at Library/PackageCache/com.unity.inputsystem@0.2.6-preview/InputSystem/Editor/AssetEditor/InputActionTreeView.cs:985)
Reproduced in 2019.2.0a8, 2019.2.0a11
Package version tested - 0.2.6-preview
Reproduced in Win 10 and Ubuntu with the identical error text
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment