Hey, I’m making a plugin for untiy for which I need to change the editor font and the color of the font to match the plugin theme.
How do I change the color & font of the text which are highlighted in this image?
GUI.Color, GUI.ContentColor, GUI.backgroundColor doesnt work… It only changes the color of thing like the enum dropdown box in the image… And I’m using Unity 5.2.1p3…
Yup I tried all three… GUI.Color, GUI.ContentColor, GUI.backgroundColor… none of them change the text color… Changing those three colors to Color.yellow will give the below result…
I want the text on the left to change color, not the content on the right… I hope you got what I’m trying to achieve…
I’m using the label with a custom style to change the font on the left, while using my field as usual, but without GUIContent. Then adjusting the width of each to fit.