gilzoide / unity-flex-ui

Flexbox layout support for Unity UI using the Yoga layout engine
The Unlicense
98 stars 5 forks source link

Fix only refresh the actual root node, if it's enabled #16

Closed gilzoide closed 6 months ago

gilzoide commented 6 months ago

This fixes NaN positions set in children that don't even have FlexLayouts.

gilzoide commented 6 months ago

Fixes #7 as well as #11.