unity-flex-ui
unity-flex-ui copied to clipboard
Flexbox layout support for Unity UI using the Yoga layout engine
Hello, today I found your package and loved it from the first moment. I have created 2 layout mockups with it in no time. Feels great compared to Unity's layout...
UGUI has certain ways how it does things, and some are not yet considered by `FlexLayout` or done differently. The problem of this is that it's either unintuitive to use...
As the title says, I think it would be very useful if we could have support ContentSizeFitter.
Using Unity 2022.3.23f1 and Flex UI 1.1.x When I build my iOS project (XCode 15.4) with Flex UI in the project it won't get through Apple's certification. Flex UI does...
### Issue Occasionally, selecting a GameObject with a `FlexLayout` component causes `100px` to be added to one of the size properties (`height`, `minHeight`, `maxHeight` or `width`, `minWidth`, `maxWidth`), depending on...
I tried to repro this the best I could before filing this issue. If you create a UI prefab that has a flexlayout on the root canvas. Have another UI...