Search Issue Tracker
Duplicate
Votes
0
Found in
2020.1.0a15
Issue ID
1200891
Regression
Yes
[Packman] Packman window appears blank on restarting the Project after clicking on quit on Revert All Window popup
Packman window appears blank on restarting the Project after clicking on quit on Revert All Window Layouts popup
Steps to Reproduce:
Steps to Reproduce:
1. Create a new Project
2. Open Window > Package Manager
3. Dock Package Manager window
4. Select Package Manager window and click Shift+Space to maximize
5. Select Package Manager window and click Shift+Space to minimize
6. Click on the quit button
7. Restart the Project
Expected Result:
Package Manager window appears correctly
Actual Result:
- Package Manager window appears blank
- Nullreference Exception thrown if click on PackMan window
Reproducible on: 2020.1.0a15
Working fine on: 2020.1.0a14, 2019.3.0f1
Environment: Windows 10 and Mac 10.14
Stack Trace:
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.PackageManager.UI.PackageManagerWindow.get_packageList () (at <1df4bfcafa864ca99de2ab91a95ebbc4>:0)
UnityEditor.PackageManager.UI.PackageManagerWindow.OnLostFocus () (at <1df4bfcafa864ca99de2ab91a95ebbc4>:0)
System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at <437ba245d8404784b9fbab9b439ac908>:0)
Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at <437ba245d8404784b9fbab9b439ac908>:0)
System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) (at <437ba245d8404784b9fbab9b439ac908>:0)
UnityEditor.HostView.Invoke (System.String methodName, System.Object obj) (at <1df4bfcafa864ca99de2ab91a95ebbc4>:0)
UnityEditor.HostView.Invoke (System.String methodName) (at <1df4bfcafa864ca99de2ab91a95ebbc4>:0)
UnityEditor.HostView.OnLostFocus () (at <1df4bfcafa864ca99de2ab91a95ebbc4>:0)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Builder Data Path Source List starts flickering and scrolling when trying to select the last item in the list
- Crash on ProcessSceneBeforeExport when analyzing selected Addressables rules in a specific project
- HDR images are compressed incorrectly with default settings on Android Platform
- Crash with multiple stack traces when painting detail on Terrain with a highly detailed Prefab
- Crash on mono_object_handle_isinst_mbyref_raw when SerializedReference points to a struct implementing ISerializationCallbackReceiver whose first field is a UnityEngine.Object
This is a duplicate of issue #1200881