Open zwcloud opened 4 years ago
GUILayout.Label(new Color(1.0f, 0.0f, 1.0f, 1.0f), "Pink"); GUILayout.Label(new Color(1.0f, 1.0f, 0.0f, 1.0f), "Yellow"); GUILayout.LabelDisabled("Disabled");
Text color is not applied.
Text color is not applied.