I have a layout that uses Text TMP, VerticalLayoutGroup and ContentSizeFitter. I have it working in editor mode, where the panel is the correct size, but in play mode (or build-run) the panel shrinks to 0 size (plus padding). I’m so far unable to figure out what the problem is.
Edit Mode:
Play Mode:
Component structure on the panel:
The items are not editable as I’m creating them via the “Layout Vert Panel” script. As they’re created at Enable time, perhaps I need to do something extra to get it working?