just a newby at c# and unity. In lecture 30 about word wrapping i have a question:
isn´t much easier to use a verbatim string literal instead of concatenating long text strings?
code should look something like this
text.text @“hello blablavbla
blablabla
bla-bla-bla”;
for me it works but i don’t now if this a recommendable