Skip to content

Examples

These scenes ship inside the package at Assets/AutoLayoutPRO/Demos/Scenes/. They are baked from C# builder scripts so every layout is read-the-source-friendly — open the matching tutorial below each scene for the line-by-line walkthrough.

The Welcome window (Window → AutoLayout PRO → Welcome) groups these by tier and lets you open each scene in one click.

Tier 1 — Layout Primitives

Single-feature scenes. Open one to see exactly what Hug, Fill, WrapRow, or a grid span does on its own.

SceneShowsTutorial
SizingHug.unityHug shrinks to wrap content; Pixels stays fixed
SizingFill.unityFill consumes remaining space along the main axisToolbar
SizingPercentage.unity30 / 70 split via WidthPercent
SizingAspect.unityCards locked to 16:9 / 1:1 / 4:5
RowColumnAlignment.unityEvery Main × Cross axis combination side-by-side
PaddingGap.unityTwo sliders drive container padding and gap in real time
WrapRow.unityChips reflow as the row narrows
GridAutoFit.unityAuto-fit columns adapt to container width
GridSpans.unityBento layout with custom column and row spans
AbsoluteOverlay.unityBadges and toasts pinned via Absolute
CustomLayout.unityRadial / fan arrangement via ICustomLayoutAlgorithm

Tier 2 — Component Spotlight

One scene per shipped component. Use them as a starting point for your own integrations.

SceneShowsTutorial
GridViewInventory.unity48-slot virtualized inventory
CarouselGallery.unitySnapping image carousel with rewind
DropdownAnchored.unityDropdown with absolutely-anchored popup
ProgressTweening.unityLinear + radial progress driven by a coroutineGame HUD
ScrollViewBasic.unityPlain vertical scroll, fifty stacked cards

Tier 3 — Complete Apps

The “wow” scenes. Each one combines several Tier 1 + Tier 2 ideas into a production-shaped layout.

SceneShowsTutorials
SettingsMenu.unityTabbed settings: Display, Audio, Controls with scroll, dropdown, modal confirmSettings Menu
ChatApp.unityVirtualized chat with two bubble styles, variable-height messages, input bar, sidebar

Polished promo variants

The promo videos and the GIFs on each tutorial page render from polished variants of the same scenes — same layouts, but with rounded corners, blur, and procedural backgrounds courtesy of FlexibleUI by JeffGrawAssets. FlexibleUI is not bundled with AutoLayout PRO; the polished assets live outside the package and are used only to dress promotional material.

The basic scenes shipped inside Assets/AutoLayoutPRO/Demos/Scenes/ use flat colors only — zero third-party dependencies.

Docs for AutoLayout PRO v1.0.0 Changelog