Back to Writing
NOTESunityui-toolkitui-elementsfrontend
Unity UI Toolkit vs UI Elements
June 14, 2021•Updated Feb 17, 2026
UI Toolkit is the latest UI system for Unity.
UI Toolkit vs UI Elements comparison:
| Feature | UI Toolkit | UI Elements |
|---|---|---|
| Performance | Better | Legacy |
| Styling | CSS-like | UXML |
| Inspector | Modern | Legacy |
To create UI with UI Toolkit:
- Create a UI Document (UXML file)
- Add UI controls to the UXML
- Style the UI using USS (Unity Style Sheets)
- Bind the UI to C# scripts using the UIDocument component
UI Toolkit is recommended for new projects.