Is there a way to create layouts for UI elements in the new Unity UI (4.6)? I have a text area and some buttons for a chat dialog, and when I show/hide the buttons, I want the text area to expand/shrink to fill the remaining space.
I haven’t see in any tutorials how to do this. Will I just have to write a script to resize the UI elements?