Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2019.3.X
Votes
0
Found in
2019.3.0a12
Issue ID
1175208
Regression
No
[Shuriken] NullReferenceException is thrown on double-clicking positions size index in the Line Renderer component
NullReferenceException is thrown on double-clicking positons size index in the Line Renderer component.
Steps to repro:
1. Create a new project.
2. Gameobject > Creat Empty > Add Line Renderer Component.
3. Expand Positions property section in the inspector.
4. Double click on Positons size index.
Actual Result:
NullReferenceException is thrown in the console.
Expected Result:
No error occurs in the console.
Reproducible in:
2019.3.0a12, 2019.2.0f1, 2019.1.0f1, 2018.3.8f1.
Environment:
Windows & Mac 10.14.
Stack trace:
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.LineRendererPositionsView.DoubleClickedItem (System.Int32 id) (at <2c7108252b3f412abf2ec8c94fb7c234>:0)
UnityEditor.IMGUI.Controls.TreeViewController.HandleUnusedMouseEventsForItem (UnityEngine.Rect rect, UnityEditor.IMGUI.Controls.TreeViewItem item, System.Int32 row) (at <2c7108252b3f412abf2ec8c94fb7c234>:0)
UnityEditor.IMGUI.Controls.TreeViewController.DoItemGUI (UnityEditor.IMGUI.Controls.TreeViewItem item, System.Int32 row, System.Single rowWidth, System.Boolean hasFocus) (at <2c7108252b3f412abf2ec8c94fb7c234>:0)
UnityEditor.IMGUI.Controls.TreeViewController.IterateVisibleItems (System.Int32 firstRow, System.Int32 numVisibleRows, System.Single rowWidth, System.Boolean hasFocus) (at <2c7108252b3f412abf2ec8c94fb7c234>:0)
UnityEditor.IMGUI.Controls.TreeViewController.OnGUI (UnityEngine.Rect rect, System.Int32 keyboardControlID) (at <2c7108252b3f412abf2ec8c94fb7c234>:0)
UnityEditor.IMGUI.Controls.TreeView.TreeViewWithMultiColumnHeader (UnityEngine.Rect rect) (at <2c7108252b3f412abf2ec8c94fb7c234>:0)
UnityEditor.IMGUI.Controls.TreeView.OnGUI (UnityEngine.Rect rect) (at <2c7108252b3f412abf2ec8c94fb7c234>:0)
UnityEditor.LineRendererInspector.OnInspectorGUI () (at <2c7108252b3f412abf2ec8c94fb7c234>:0)
UnityEditor.UIElements.InspectorElement+<>c__DisplayClass53_0.<CreateIMGUIInspectorFromEditor>b__0 () (at <2c7108252b3f412abf2ec8c94fb7c234>:0)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Label is not centered when using flex-direction: row
- Incorrect initial target position when the Skinning Editor's "Depth" parameter is adjusted on a bone which is set as the "Effector" parameter on the "Limb Solver 2D" Component
- The order of activation for Water Deformers and Foam Generators will cause water artefacts in the Player
- Crash on `anonymous namespace'::PrepareTreesAndWriteWindParamsJobData::Execute when entering Play mode on a specific project
- [Linux] Crash on 'PPtr<RuntimeAnimatorController>::operator RuntimeAnimatorController*() const' when saving a new animation file
Add comment