**This doesn't work with "\n"**
if you have in your script a public variable that you initialize in the editor with a text "patati \n patata", it won't work !
**This works with "\n"**
Set up your text directly in your script :
private string text = "patati \n patata";
the "\n" will work in this case
I just noticed that few weeks ago
↧
Trending Articles
More Pages to Explore .....