Search Unity

5.3 UI Text Rect Transform Size Delta does not expand automatically

Discussion in 'UGUI & TextMesh Pro' started by saviemedia, Nov 23, 2016.

  1. saviemedia

    saviemedia

    Joined:
    Nov 8, 2016
    Posts:
    7
    Hello,

    I have a window that has a lot of text inside but the text is filled in dynamically. The problem is that the rect of text object does not grow to accommodate the text.

    Am I doing something wrong or is it a bug? Or is that intentional?

    I'm using unity 5.3.0f1

    Thanks a lot
     
  2. SimonDarksideJ

    SimonDarksideJ

    Joined:
    Jul 3, 2012
    Posts:
    1,689
    You need to also add a "ContentSizeFitter" and configure it how you want it to resize to do that.