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.
- Creating a Unity account. Your account gives you access to free assets, collaboration tools, and other services that help you create games and interactive experiences.
- Installing the Unity Editor. Use version 6.1 or later.
Create your first 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.
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