Unity Project Template (UI Toolkit)

September 28, 2025 · View on GitHub

This project was cloned from the general Unity Project Template.

This repo is updated to focus on best practices, specifically for UI Toolkit workflows.

Workflow Benefits Include:

  • Global styles (e.g. all layouts)
  • Shared styles (e.g. all page layouts)
  • Unshared styles (e.g. layout-specific)
  • Excellent cascading of styles.
  • Excellent theming (dark is default at BOTH edit-time and runtime)
  • Excellent use of Unity UI Builder (100% builder preview of all layout, styles, etc...) to maximize its WYSIWYG workflow

Best Practices

Getting Started

  1. Download this repo (*.zip or *.git)
  2. Download the Unity Editor
  3. Open this repo in the Unity Editor
  4. Enjoy

Documentation

  • README.md - The primary documentation for this repo
  • Unity/Assets/Documentation/ReadMe.asset - Select this asset in Unity to get started

Configuration

Structure

  • Unity/ - Open this folder in the Unity Editor
  • Unity/Assets/Scenes/ - Open any Scene. Press 'Play'!

Dependencies


Resources

Created By

  • Samuel Asher Rivello
  • Over 25 years XP with game development (2025)
  • Over 10 years XP with Unity (2025)

Contact