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
- Missing space in Cache Server documentation link tooltip in Project Settings
- Android soft keyboard's arrows and select tools do not have visual feedback when Hide Mobile Input is enabled
- No padding in the UI Toolkit Project Settings
- Unity Perforce: Connection is extremely slow or times out when "Scan Local Packages on Connect" is enabled in Version Control while the project has many local packages
- Not compatible Style Sheets can be selected in the TSS files under "Style Sheets"
Add comment