Search Issue Tracker
Fixed in 2018.2.X
Votes
0
Found in
2018.1.0b1
2018.2.0b8
Issue ID
1048653
Regression
Yes
NullReferenceException errors are thrown when Scriptable Objects with missing scripts are selected
How to reproduce:
1. Open the attached project
2. Selected two or more Scriptable Objects from "Assets/MyTiles"
Optional steps:
3. Move the cursor over the Inspector window
4. Open the Tile Palette
Expected result: These actions do not result in NullReferenceExceptions or the errors have user-friendly descriptions.
Actual result: The upper-mentioned actions result in multiple NullReferenceExcetion errors (in the Console).
Reproducible with - 2017.3.0p2, 2017.4.5f1, 2018.1.0b1, 2018.1.5f1, 2018.2.0b8, 2018.3.0a1
Not reproducible with - 2017.1.4p1, 2017.2.3p1, 2017.3.0p1, 2018.1.0a7
The error message:
NullReferenceException
UnityEditor.InspectorWindow.HasLabel (UnityEngine.Object target, System.String assetPath) (at C:/buildslave/unity/build/Editor/Mono/Inspector/InspectorWindow.cs:715)
UnityEditor.InspectorWindow.HasLabel (UnityEngine.Object target) (at C:/buildslave/unity/build/Editor/Mono/Inspector/InspectorWindow.cs:710)
System.Linq.Enumerable+<CreateWhereIterator>c__Iterator1D`1[UnityEngine.Object].MoveNext ()
System.Collections.Generic.List`1[UnityEngine.Object].AddEnumerable (IEnumerable`1 enumerable) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/List.cs:128)
...
Backported to: 2018.2.0f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Inspector elements are rendered twice when the script component is added via drag-and-drop while the HideFlags.HideInInspector property is set
- Error "Light baking failed with error code 5 (Convergence data not available while rendering lightmaps)" thrown in Console when generating lighting for specific GameObjects
- Copy and Paste options for an Animation Property value are disabled in the Right click contextual menu
- Asset is not found when searching the Label "NewLabel" in Search Window
- "Compute dispatch: missing texture ID..." and "Compute dispatch: missing UAV ID..." warnings are thrown after changing the platform in High Definition 3D template
Add comment