I didn't want to start a new topic since I've got the same problem: line breaks are not working anymore. I'm reading the text strings from an XML file where I use "\n" to create a line break. A couple of NGUI updates ago this stopped working. I thought it was a bug and would be fixed eventually but the problem's still there.
Reading this thread I see it mentions replacing all the "\\n" by "\n" but I'm already using "\n". I also tried unchecking the "Encoding" check-box but it doesn't seem to make any difference.
I would really like to keep on using NGUI for "Ghost of a Tale" but I need to be able to create line breaks. Does anyone have a solution, please?
UPDATE:I implemented the change suggested by realblues and it works (thanks realblues!)...
@ArenMook: Do you think it would be possible to include that bugfix in NGUI so line-breaks become supported again out of the box, please?