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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment