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
- Shader warnings are thrown after building High Definition 3D template
- "EndLayoutGroup: BeginLayoutGroup must be called first" error is thrown when changing Shader Precision Model from the Build Profiles window
- White artifacts/outlines are visible in the Garden Scene when viewing at meshes from a distance
- Shader warnings "Sprite-Unlit-Default" are thrown after building 2D Platrformer Microgame Template
- [Android] HLSL shader becomes corrupted when running on an Android device
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.