Version: Unity 6.5 (6000.5)
Language : English
Unity for first-time users
2D and 3D projects

Create your first project

If you’re new to Unity, this page guides your through the steps to create your first project.

Install the Unity Editor

  1. Check that your computer meets the system requirements for Unity.
  2. Download and install the Unity Editor. This process includes the following tasks:
    1. Install the Unity Hub, which manages your Unity installations and projects.
    2. Create a Unity account. Your account gives you access to free assets, collaboration tools, and other services that help you create games and interactive experiences.
    3. Install the Unity Editor. Use version 6.1 or later.

Create a project

Create a new Unity project in the Unity Hub:

  1. Open the Unity Hub.
  2. Select Projects.
  3. Select New Project
  4. Select a template.
  5. Name your project.
  6. Select Create project.

You can create a project from a template to learn about the Unity Engine. The Get Started with Unity template introduces you to core concepts and workflows. To learn more, refer to Create a new project.

If you’re not sure whether you want to make a 2D or 3D project, refer to 2D and 3D projects.

Important: Using cloud-based storage methods to store your project is an unsupported workflow. It can cause synchronization issues which corrupt your project. Use version controlA system for managing file changes. You can use Unity in conjunction with most common version control tools, including Perforce, Git, Mercurial and Unity Version Control (UVCS). More info
See in Glossary
to manage your project.

Continue learning

To build your skills, complete the Unity Essentials in-Editor Tutorials pathway. These tutorials teach 2D and 3D development fundamentals, such as programming, audio, camerasA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info
See in Glossary
, and publishing.

As you use these resources, you can also:

Additional resources

When you’ve completed the tutorials, continue your learning with the following resources:

Unity for first-time users
2D and 3D projects