Search Issue Tracker
Active
Under Consideration for 6000.5.X
Votes
0
Found in
6000.0.65f1
6000.1.15f1
6000.3.4f1
6000.4.0b4
6000.5.0a4
Issue ID
UUM-131910
Regression
No
Error indicating that the Package Manifest Importer hasn't been disposed properly is logged when switching Importer Type in a Focused Inspector
Steps to reproduce:
- Open any Project
- Open the Package Manager (Window > Package Management > Package Manager)
- Click the "+" button in the top left corner of the Window can select "Create Package", enter any name and create a Package
- When the Package is created and selected, click the "Manage" dropdown button and select "Edit Manifest"
- In the Inspector click the kebab menu icon in the top right corner of the Inspector Window and select "Properties..."
- In the newly opened Focused Inspector switch the Importer type from Manifest to Text
- Then switch back to Text and observe the Console
Actual results: Error "The previous instance of UnityEditor.PackageManager.UI.Internal.PackageManifestImporterEditor has not been disposed correctly. Make sure you are calling base.OnDisable() in your AssetImporterEditor implementation.
UnityEditor.EditorGUI/PopupCallbackInfo:SetEnumValueDelegate (object,string[],int)" is logged
Expected results: No Error is logged and Importer type is switched without issues
Reproducible with versions: 6000.0.65f1, 6000.2.15f1, 6000.3.4f1, 6000.4.0b4, 6000.5.0a4
Tested on (OS): Windows 11
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shader error and warnings thrown when setting HDRP as an Active Target in Blank Shader Graph
- Visual Studio Code does not integrate with the project when the .slnx project is opened
- Shader Graph template titles blink and render incorrectly in “Create New Shader Graph Asset” window
- Profiler Captures List foldouts do not open when clicked on the foldout title
- Profiler Captures List date title is not centered vertically
Add comment