unity-flex-ui icon indicating copy to clipboard operation
unity-flex-ui copied to clipboard

Flexbox layout support for Unity UI using the Yoga layout engine

Results 6 unity-flex-ui issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

enhancement

As the title says, I think it would be very useful if we could have support ContentSizeFitter.

enhancement

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...

bug