gilzoide / unity-flex-ui

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

Flex Layout doesn't respect active/inactive Game Objects #19

Closed iMobCoding closed 2 months ago

iMobCoding commented 3 months ago

Flex Layout shouldn't consider Game Objects that are inactive in the Hierarchy. Instead it lays out everything like those objects are active. Even if I disable Flex Layout component on inactive objects it doesn't do anything...

gilzoide commented 2 months ago

Seems like a duplicate of #18.