How I built a Burst-compiled layout engine for Unity uGUI
uGUI layout is a puzzle of anchors, LayoutGroups, and fitters. So I built a layout engine that replaces that stack with one component - a two-pass, Burst-compiled solver borrowed from Subform and Morphorm. Here’s how it works, and how it benchmarks against Unity’s own Layout Groups.