Search Issue Tracker
Fixed in 2021.1.X
Votes
0
Found in
2019.3.15f1
2020.1
2020.2
Issue ID
1273117
Regression
No
GUI.Color not applied when using Personal theme
Reproduction steps:
1. Open attached project 'Test.zip' and scene 'TestScene'
2. Set Edit -> Preferences -> General -> Editor Theme to 'Light'
3. In Hierarchy window, select 'GameObject'
4. In Inspector window, observe 'Test (Script)' component's 'label' color
Expected result: The color is yellow
Actual result: The color is default
Reproducible with: 2020.1.4f1, 2020.2.0b1
Could not test with: 2018.4.26f1, 2019.4.9f1 (Multi-object editing not supported)
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
- “… is using a shader without GPU deformation support. Switching the renderer over to CPU deformation.” warnings are logged when GPU Skinning is set to GPU
- "Material '...' has _TexelSize / _ST texture properties which are not supported by 2D SRP Batcher...” warning is logged when the Shader is SRB Batcher compatible
- Crash on EnsureUniqueSiblingName when calling GameObjectUtility.EnsureUniqueNameForSibling() with a null argument
- Changes are not applied when selecting Platform settings for Plugins
- Particle System only collides with one Terrain Collider at a time when Collision Type is set to 'World'
Resolution Note (fix version 2021.1):
Documentation has been updated for 2021.1.0a3, stating that
"GUI.color doesn't apply in personal theme as its can't multiply a color by 0 to get a different color."