This question may be really basic, but please bear with me. Whenever I try to make a new line in a Gui Label, the /n just shows up with the text, and doesn’t make a new line.
var customLabel : GUIStyle;
function OnGUI () {
GUI.Label (Rect (100, 100, 25, 25), “Line 1/nLine 2”, customLabel);