how to make a text new line with code in unity
// Make a new line with code in unity
/*
\n New line
\t Tab
\v Vertical Tab
\b Backspace
\r Carriage return
\f Formfeed
\\ Backslash
\' Single quotation mark
\" Double quotation mark
\d Octal
\xd Hexadecimal
\ud Unicode character
*/