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

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

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…