Search Issue Tracker
Fixed in 2019.3.X
Fixed in 2019.4.X
Votes
0
Found in
2019.2.0a9
2019.3.0a1
2019.3.0b1
2020.1.0a1
Issue ID
1180054
Regression
Yes
Package Manifest Inspector throws an error when changing the Inspector mode from 'Debug' to 'Normal'
How to reproduce:
1. Create a new Unity project
2. Select any Package manifest file(e.g. Packages/Unity UI/package.json)
3. Change the Inspector window from 'Normal' to 'Debug' mode
4. Change the Inspector window back from 'Debug' to 'Normal' mode
Expected result: no errors are thrown in the Console window
Actual result: an error is thrown in the Console window
Reproducible with: 2019.2.0a9, 2019.2.4f1, 2019.3.0b2, 2020.1.0a3
Not reproducible with: 2018.4.8f1, 2019.2.0a8
Could not test with: 2017.4.32f1(Package Manager not available)
Notes:
The following error is thrown:
PackageManifestImporterEditor.OnInspectorGUI must call ApplyRevertGUI to avoid unexpected behaviour.
UnityEditor.GenericMenu:CatchMenu(Object, String[], Int32) (at /Users/builduser/buildslave/unity/build/Editor/Mono/GUI/GenericMenu.cs:121)
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
- Foldout arrow indent is misaligned in the Inspector when used in Custom Type
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
Resolution Note (fix version 2019.4):
Fixed in 2019.4.12f1