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
- Memory leak when a lot of UI elements are spawned and despawned
- Warnings are not logged in the Console window when using external code analyzers
- Errors “TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 288“ appear constantly when Prefab is open
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
This is a duplicate of issue #1200881