Documentation

​
​

Development

User Acquisition

Monetization

Industry

Unity Hub

Download Unity Hub

Unity Hub

​
​
Unity Hub
  • Introduction to Unity Hub
  • Install the Hub
  • Download and manage Unity Editor installations
  • Projects overview
    • Create a new project
    • Manage projects
    • License checkout to work offline
  • Templates overview
  • Command Line Interface overview
  • Manage licenses
  • Deeplinking support for local projects
  • Hub UI reference
  1. Unity Hub

Create a new project

Use Unity Hub to set up a new project from templates and manage template options.
Read time 5 minutes
Last updated 15 days ago

To create a project in the Unity Hub, you need an active Unity license associated with your account.
Note
Select Use Unity CLI checkbox to control a new project from the command line. For more information, refer to Use the Unity command-line interface (CLI).
The Projects section of the Hub.

Create a project from a template

To create a new project select Projects. The New project window appears:
The New project section of the Hub.
  1. Select New project.
  2. Select the Editor version you want to use . For information on installing a Unity Editor version, refer to Download and install the Unity Editor.
  3. Choose a project template. Templates are organized into three categories: Core, Sample, and Learning. For more information about each category, refer to Template categories. To learn more about a template, select it and select Read more to display more information, including the platforms that the template supports and the Unity packages it installs.
  4. If a template that you want to use isn't downloaded, select Download template and wait for the download to complete.
  5. Enter a Project name. The Hub uses this name for the project folder that stores your assets, scenes, and other project files.
  6. Choose a Location on your device to store the project. By default, projects are stored in your user home directory. To choose a different location, select the Location field and navigate to your preferred folder.
  7. Optionally select Use the Unity CLI to control this project from the command line. For more information, refer to Use the Unity command-line interface (CLI).
  8. You can optionally Select source control provider to create a remote repository for a new project. To learn more, refer to Create a source control repository for a project
  9. Select Create project. The Hub creates the project, adds it to your Projects list, and opens it in the Unity Editor.
For more information about the properties in the Projects window, refer to Projects window reference.
Note
On Windows, if you encounter an error while creating a project, close the Hub and run it as an administrator.

Create a source control repository for a project

When you create a new project, you can also create a new repository to connect the project to through Unity Version Control, GitHub or GitLab. To learn how to set up Unity Version Control in the Hub, refer to Get started with Unity Version Control via the Unity Hub.

Create and add to a GitHub repository in the Unity Hub

To set up a GitHub repository for a Unity project:
  1. Select Generate to create a personal access token (PAT).
  2. Configure the personal access token so that Unity can make changes to the repository:
    • For fine-grained personal access tokens, add the Administration and Contents permissions, and set each to Read and Write. For more information, refer to Creating a fine-grained personal access token.
    • For classic personal access tokens, select the repo scope. For more information, refer to Creating a personal access token (classic).
To add a new project to a GitHub repository:
  1. Expand the Select a source control provider dropdown and select GitHub.
  2. Enter your Personal Access Token and select Authenticate.
  3. Enter a name in the Project name field.
  4. Optionally, expand Additional configuration to set the owner, visibility status, description, and a default branch name for your repository.
  5. Select Create project.
The Hub creates a repository at the location you selected, adds the project to your list, and opens it in the Unity Editor.

Create a GitLab repository in the Unity Hub

To set up a GitLab repository for a Unity project:
  1. Select Generate to Create a Personal Access Token (PAT) in GitLab
  2. Configure the token so Unity can create and push to repositories. Add the scopes
    api
    and
    read_user
    .
To add a new project to a GitLab repository:
  1. Expand the Select a source control provider dropdown and select GitLab.
  2. Enter your Personal Access Token and select Authenticate.
  3. Enter a name in the Project name field.
  4. Optionally, expand Additional configuration to set the User/group, visibility, description, and default branch name for your repository.
  5. Select Create project.
The Hub creates a repository in the selected GitLab namespace, adds the project to your list, and opens it in the Unity Editor.

Template categories

Project templates provide pre-selected settings based on common best practices for different types of projects. Templates optimize your project settings for specific use cases and platforms.
Note: The available templates depend on the Editor version you select. When you choose a different Editor version, the template list updates to show the templates compatible with that version.

Core templates

Core templates are general-purpose templates for common development scenarios. They include templates for 2D and 3D application development, virtual reality (VR), augmented reality (AR), mixed reality (MR), and mobile platforms. Core templates configure the appropriate render pipeline and packages for the project type you choose.

Sample templates

Sample templates include pre-built scenes, assets, and configurations that demonstrate certain project setups and workflows.

Learning templates

Learning templates include guided tutorials, sample scenes, and assets designed to help you learn the fundamentals of the Unity Editor. For more learning resources, visit the Unity Learn website.

Update a template

If an update is available for a template you've already downloaded, its tile displays an Upgrade button. You can download the update or continue using the current version of the template.
Check for template updates when you switch Editor versions.

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • Create a project from a template

    • Create a source control repository for a project

      • Create and add to a GitHub repository in the Unity Hub

      • Create a GitLab repository in the Unity Hub

    • Template categories

      • Core templates

      • Sample templates

      • Learning templates

    • Update a template

  • Additional resources
  • Manage your projects
  • 2D and 3D Mode Settings

Report a problem with this page