Int P0Score = 0;
GUI.Box(new Rect(100, 100, 100,100), "<size=40>Player0 Score:</size>" + p0Score);
How do I increase the font size of p0Score?
Int P0Score = 0;
GUI.Box(new Rect(100, 100, 100,100), "<size=40>Player0 Score:</size>" + p0Score);
How do I increase the font size of p0Score?
You’ll have to look for GUISkin;
Which contains GUIStyle;
Which has values such as FontSize;