I am trying to maintain the aspect ratio of child elements within a Horizontal Layout Group when the total width of children would exceed the Layout Group’s width.
If we add more children and their total width exceeds the Layout Group’s width, but by default they do not scale accordingly:
The desired outcome would be that they scale proportionally to fit the Layout Group’s width:
I have tried various configurations of settings on the Layout Group’s properties and just cannot produce the desired outcome. My brain is just not getting to the correct config.
Hopefully, I am overlooking something simple.