hello all I have a great request,
I have a script for read all line in a txt via a html adress, all the text was write in: public StringBuilder sb = new StringBuilder();
in my GUI I write this code:
GUI.Label(new Rect(10, 10, 100, 20), reader.sb.ToString ());
but only the first line was print.
How to print multi line?
thanks you in advance