Follow these steps to install Unity Editor and create your first Unity Project.
Install Unity Hub
- Download Unity Hub from the Unity Download Page.
- Run the installer and follow the prompts to complete installation.
- Launch Unity Hub after installation.
Set Up a Unity Account
- Sign in with your Unity Account, or create one if you don’t have one yet.
Install the Unity Editor
- In Unity Hub, open the
Installstab on the left sidebar. - Click
Install Editorin the top-right corner. - Choose the latest LTS (Long Term Support) version — these are the most stable releases.
- Add the required
Build Support Modulesbased on your target platform(s):
| Platform | Required Modules |
|---|---|
| Android | Android Build Support, OpenJDK, Android SDK & NDK Tools |
| iOS | iOS Build Support |
| macOS | Mac Build Support (Mono) |
| Web | WebGL Build Support |
| Windows | Windows Build Support (IL2CPP) |
Tip: You can add or remove modules later from the
Installstab.
Create a Unity Project
- Switch to the
Projectstab in Unity Hub. - Click
+ New Project. - Configure the project:
Unity Version:Choose the version you installed (usually the latest LTS).Template:Select a template that fits your needs (e.g., 3D, 2D, URP).Project Name:Enter a clear, descriptive name.Location:Choose where to save the project files.
- Click
Create Projectto generate your workspace. - Unity will set up the project and open the Editor for you to begin development.
Related Concepts
- Uses: Unity Account
- Uses: Unity Editor
- Uses: Unity Hub
- Creates: Unity Project