(SOLVED) Line Breaks Broken in 5.2?

I hope this isn’t just some simple oversight on my part…but…here goes. This is the line of code from the script…

introText.text = "We've got to escape this island before the volcano blows!\n(PRESS SPACE TO CONTINUE)";

…but this is how it’s showing up. Was something changed that I’m not aware of or am I just not seeing something simple?

just in case someone else hits this problem, im pretty sure it was just that unity uses the windows not the unix style of line endings so \r\n instead of \n should fix the issue.

I had given that a shot too, but it didn’t fix it. I added more strings to the script and kept using “\n” and for some reason it started working.