Ready-to-run sample scenes demonstrating the Unity UI Toolkit Extensions controls in realistic combinations.
You can follow the UI Toolkit Extensions team for updates and news on:
Ways to get in touch:
- Gitter Chat site for the UI / UI Toolkit Extensions project
- GitHub Discussions, if you have any questions, queries or suggestions
The examples are included with the package as the UI Toolkit Extensions Samples package sample. Once the package is installed, import them from the Unity Package Manager:
Package Manager -> Unity UI Toolkit Extensions -> Samples -> Import
- Action Menu — Anchored overflow menus using DropDownMenuControl: per-row ··· triggers and a centered card menu.
- ScrollSnap + PageDotIndicator — Horizontal paging with dot indicator and a ComingSoonMessage page.
- Registration Form — Full form using PillInputField, RoundedInputField, PillButton, PillSelector, and shake validation.
- Step Wizard — Multi-step flow using QuadrantStepper and StepProgressBar.
- Content Explorer — LoadingIcon reveal with CollapsibleSection and IconLabelButton items.
- Profile Editor — CircularImageButton, GrayscaleImage, ToggleButton, and ColorToggleGroup.
- Toast Notifications — Swipe-to-dismiss toast stack using ToastSwipeDismissManipulator.
- Dropdown Phone Entry — Phone-number entry pairing a country-code DropDownControl with PillInputFields.
- Image Crop Overlay — Pan / pinch-zoom crop flow using ImageCropOverlayControl and CircularImageButton.
- Notification List — Elastic notification feed using ElasticListView, NotificationBadge, and PillButton.
- Screen Header — Top app-bar demo wiring ScreenHeader's title and action events.
- Scroll Snap (Split Views) — The same ScrollSnap built three ways — C#, UXML, and a split layout.
- Social Links — Editable social-links section using SocialLinkContainer and PillButton.
The list above is a snapshot for offline reference. For the most accurate and up-to-date documentation — including full walkthroughs and code examples for every sample — always refer to the Unity UI Extensions website:
- Example scenes — walkthroughs of every sample.
- UI Toolkit Controls — searchable reference for the controls the samples use.
| Date | Details |
|---|---|
| June 16th, 2026 | V1.0.0-preview.1 created, project creation |
| July 20th, 2026 | V1.0.0-preview.2 created, controls overhaul |