|
I want to change the color of a GUI.Label using script
I want to change the color of label using scripts. The color is changing in GUI.skin in in inspector. When using above script but it is not not working for label and box in game mode. I don't want to change the color using applying directly in skin in inspector. I want change through scripts.
(comments are locked)
|
|
Use either of these (but don't forget to reset it after your GUI call or all other GUI gets tinted also): Global tinting color for the GUI.
Global tinting color for all background elements rendered by the GUI.
Tinting color for all text rendered by the GUI.
(comments are locked)
|


