gilzoide / unity-flex-ui

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

Improve YGValue inspector #23

Closed gilzoide closed 2 months ago

gilzoide commented 2 months ago

This makes the YGValue inspector better to use: instead of writing "none", "auto" or percentages directly, there is now a dropdown for the unit that uses the same names as UI Builder does. This PR also fixes #22.