Auto resizing text rect [Unity3D 4.6 new gui system]

Hi,

I’m missing one feature. Shouldn’t be a third option (for overflow) to auto resize (scale) rect according to text amount.

1770908--112254--upload_2014-9-12_11-18-59.png

You can try to attach a Content Size Filter componnent to your text, it might help. Also text component has a property called “PreferredHeight” which is just the height of the overflowing text. So setting the height of the textbox to the preferred height should do the trick…