Search Issue Tracker
By Design
Votes
0
Found in
2017.3.0b10
Issue ID
972063
Regression
No
GUI.contentColor doesn't affect color of labels while using Personal skin
To reproduce:
1. Open the attached project (attached by QA);
2. Change Editor Skin to Professional (Edit > Preferences... > General);
3. Open "TestWindow" (Window > TestWindow);
- Notice all of the text color is red;
4. Change Editor Skin to Personal;
5. Open TestWindow.
Expected result: GUI.contentColor is not ignored with Personal Editor Skin;
Actual result: GUI.contentColor is ignored with Personal Editor Skin.
Reproduced on versions: 2017.1.2p3, 2017.2.0p2 , 2017.3.0b11, 2018.1.0a6.
By design: GUI.contentColor is multiplied with the textColor specified in the current GUIStyleState (black in personal skin, light gray in pro skin). In this case the user needs to do either specify his or her own GUIStyle to use, or temporarily modify those used by the editor.
Comments (1)
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
- Dragging and dropping a system that contains event context to create nested VFX crashes the editor
- TextMeshPro UV2 custom data not rendering for off-screen text with RectMask2D in Unity 6
- Text overlap and is unreadable in Inspector > Terrain Paint Texture after creating new Terrain Layer
- Event "XRInputSubsystem.trackingOriginUpdated" triggers twice when recentering the view
- UITK TextField value is overwritten incorrectly by the converter result when Binding Mode is set to "To Source"
Simplexws
Nov 15, 2018 13:12
Please fix it!