Unity for first-time users
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
- Check that your computer meets the system requirements for Unity.
-
Download and install the Unity Editor. This process includes the following tasks:
- Install the Unity Hub, which manages your Unity installations and projects.
-
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.
- Install the Unity Editor. Use version 6.1 or later.
Create a project
- In the Unity Hub, select New project.
- From the template list, select Get Started With Unity. This template provides a sample game with in-Editor tutorials that help you learn the basics of the Unity Editor.
- Select Download template.
- Name your project and select a location to save it.
- Select Create project. Unity opens the Editor and loads your project.
- Follow the in-Editor tutorials to learn how to use the Unity Editor and create your first 3D game.
If you’re not sure whether you want a 2D or 3D game, 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 PlasticSCM. 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:
- Continue with Unity Learn pathways, courses, projects, or tutorials. For example:
- In the Unity documentation, you can find information about:
Unity for first-time users