Search Issue Tracker
Fixed in 2020.1.X
Votes
0
Found in
2019.3.0a3
2019.3.0a12
Issue ID
1176833
Regression
Yes
EditorGUIUtility.GetBuiltinSkin() does not display the EditorSkin of the same type, that is currently used by the Editor
How to reproduce:
1. Open user-submitted project (BuiltinInspectorSkinError)
2. In the Hierarchy window select the 'SelectThis' GameObject
3. See the windows that pop up in the Scene View
Expected result: all 3 windows are displayed correctly
Actual result: one of the 3 windows does not display an EditorSkin
Reproducible with: 2019.3.0a3, 2019.3.0a12
Not reproducible with: 2017.4.31f1, 2018.4.7f1, 2019.1.14f1, 2019.2.1f1, 2019.3.0a2
Notes:
The EditorSkin that will not work correctly depends on the current Editor Theme:
- If Personal is used, EditorSkin.Inspector will be displayed incorrectly
- If Professional is used, EditorSkin.Scene will be displayed incorrectly
- If switching from one to another, both will be displayed incorrectly until the Editor is restarted
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Animator state transition preview clips are flickering when zooming in
- [Tile Palette] Sprites not rendering when brush tool "Paint a filled box with active brush" is used for the first time
- Longer Shader Graph Property Reference names breaks VFX Graph Output Particle Node
- "DebugAllocatorMode" option changes when changed in another Editor instance
- UITK Debugger new Classes element is not created with no information or warnings thrown when adding more than one element with the default name
Add comment