Hey all,
Sorry if this has been asked a million times before, but searching has failed me.
What I have:
- A dynamically created vertical ScrollRect with viewport and contents objects, containing dynamically created children. This does scroll properly
What I want to do:
- Also have the width of the ScrollRect match the preferred/min width of its contents.
Is it possible to do this with Unity’s own scripts?