It seems that something was changed last year.
My problem is that NGUI's text wrapping algoryth now breaks lines in place of [ ] bb-codes.
I'm using moving [00000000] to make a typewriter effect in a speech bubble, so the text field stays constant size.
Like that:
Some dialog line is pr[00000000]inting here...
The problem is that this text can be wrapped the following way:
Some dialog line is pr
inting here...
Which I don't need.
Is there any way to make a word "pr[00000000]inting" unbreakable during wrapping?
PS: I've used the same effect some time ago (a year or more) in the previous version of NGUI and that didn't occur.