- Home /
Is it possible to make a console entry (debug.log/print statement) with more than 2 lines of consecutive content?
I just learned that backslash + n in the string makes a carriage return and was able to make a console entry which had 2 lines (which uses 1 carriage return). Content in any entry that attempted to use 2 or more carriage returns was truncated after the second. I thought it would be nice to have a block of information readout upon init on some scripts. Does anyone know how?
Answer by Berenger · Jan 30, 2013 at 08:28 AM
Click on those two lines on the console, the entire text will be displayed below. Or you can open the editor log, but you'll have to search through it.
Oh I see by below you mean the other frame on the bottom of the console. Nice. Thank you
Your answer
Follow this Question
Related Questions
Unity's Equivalent of Console.Write(); 1 Answer
Unity Console not showing result 1 Answer
Debug.Log question 1 Answer
Where is print()? 1 Answer
Debug.Log(); or print();? What's the difference and when to use what? 4 Answers