You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unity's labels can only display a limit number of characters so the
text area window splits text into multiple label elements. The splitting
was not taking into account line breaks so text would be split at very
odd boundaries making things harder to read. This changes the line
splitting to preferably occur on line breaks.
Change-Id: I59d8fc897856da336df19a3324da313fb670b240
0 commit comments