var style = new GUIStyle();
style.fontSize = 60;
style.fontStyle = FontStyle.Italic;
style.normal.textColor = Color.red;
GUILayout.Label("text", style);
Рубрики
\n\n
var style = new GUIStyle();
style.fontSize = 60;
style.fontStyle = FontStyle.Italic;
style.normal.textColor = Color.red;
GUILayout.Label("text", style);