Search Issue Tracker
By Design
Votes
0
Found in
2018.4.26f1
2019.4
2020.1
2020.2
Issue ID
1271003
Regression
No
Editor does not change Editor Theme when compilation errors are present
How to reproduce:
1. Create a new project
2. Create script with compilation error
3. Go to main menu Unity=>Preferences=>General=>Editor Theme
4. Change Editor Theme
Expected result: Editor changes theme
Actual result: Editor does not change theme
Note:
- Editor changes Themes normally when no compilation errors are present
- Editor changes Theme when restarted or when compilation errors are solved
- Some UI elements change their coloring to the appropriate theme
Reproducible on: 2018.4.26f1, 2019.3.16f1, 2019.4.2f1, 2020.1.b14, 2020.2.0a20
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
- Alpha channel is disabled when Alpha Clip Threshold is set to 0
- The Physics 2D Profiler module does not display the information about processed physics in the scene when profiling the application as a Development Build
- A Script Component that has a serialized custom class is not detecting changes in the first boolean variable when entering the Play mode with the Script Components GameObject opened in the Inspector
- “SendMessage cannot be called during Awake“ warnings appear when loading a scene with “LoadSceneAsync“ if using UI Toolkit in the scene
- Audio Source Spatial Blend value gets set to 1 in the WebGL Player when the Spatial Blend value is bigger than 0
Resolution Note (2020.2.9f1):
When switching Skin we need to reload all used assemblies (semi domain reload). Since the project has errors (is not properly compiled) this cannot happen, which prevents the theme switching from happening. User will need to either restart Unity or to fix compilation in order to apply them change.