You might have to adjust the Rect property of the TextUIElement so as to expand the height. It might be only displaying one line because it doesn't have enough space to display the second and subsequent lines. Also, TextUIElement exposes properties like Multiline and WrapText, which you might also have to set.