Hi there,
I’m trying to create a UI panel that automatically grows and shrinks based on its contents. (which are dynamic)
Right now I have a panel set up with a vertical layout group in order to fit the Text objects inside of it, but I would like to have the main panel expand as it gets more text fields.
Is there a component for this or do I have to do it by code?