Search Issue Tracker
Fixed in 2019.4.X
Votes
1
Found in
2019.4
2019.4.24f1
Issue ID
1398303
Regression
No
NullReferenceException errors spam the console, after upgrading a package in PAckage Manager
Repro steps:
- make a new project in 2019.4 - latest version
- open Package Manager
- click to select the Proejct Manifest - but kep the Console windo in focus
- select a pacakge that needs updating
- update the package
- after updating the package, you will see this eror in the console:
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.PackageManager.PackageManifestImporterEditor.OnInspectorGUI () (at <06df0f95306b448dbd8fddaa73427228>:0)
UnityEditor.UIElements.InspectorElement+<>c__DisplayClass58_0.<CreateIMGUIInspectorFromEditor>b__0 () (at <06df0f95306b448dbd8fddaa73427228>:0)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Reproducible in 2019.4 - latest, and tested all the way back to 2019.4.24f1
Cannot repro in any versions newer than 2019.4, so this is a bug for 2019.4 ONLY
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