branchFacepunch.Flexbox/text-flowcancel

16 Commits over 184 Days - 0.00cph!

1 Year Ago
Support auto sizing x/y axis the root flex element
1 Year Ago
Fix elements not respecting max width when they have children that prefer to be larger than it
1 Year Ago
Properly distribute grow/shrink when some children hit their min/max size
1 Year Ago
Fix children overflowing on cross axis when not using align items stretch
1 Year Ago
Only determine flex children once per layout Set driven properties in editor on layout
1 Year Ago
Fix NRE when deleting flex elements
1 Year Ago
Clean up measurement code so main and cross axis are separated
1 Year Ago
Text constraining seems to be working, just need to clean up
1 Year Ago
Get flex text kind of working
1 Year Ago
Implement shrinking
1 Year Ago
Fix some measurement bugs
1 Year Ago
Editor fixes
1 Year Ago
Some bug fixes
1 Year Ago
Progress on getting things working
1 Year Ago
Unity upgrade
2 Years Ago
WIP refactor to support text better