⬇️ Lesson 1.2: Installing Unity Hub & Unity 6
Let's get Unity onto your computer. You'll install Unity Hub (a small manager app), then use it to install Unity 6 with the right add-ons, and finally create your first project.
🎯 Learning Objectives
By the end of this lesson, you will be able to:
- Install Unity Hub and sign in with a free Unity account
- Install Unity 6 (6000.5 LTS) through the Hub
- Choose the right modules — including WebGL Build Support and a code editor
- Create a new project using the Universal 3D (URP) template
Estimated Time: 30 minutes (plus download time)
You'll need: A computer with ~15–20 GB free and an internet connection.
In This Lesson
Two Things to Install
New users are often surprised there are two downloads. Here's why:
| Unity Hub | Unity Editor |
|---|---|
| A small manager app. It installs Editor versions and organizes your projects. You keep it forever. | The actual engine — the big download. You can have several versions installed side by side; the Hub keeps them tidy. |
Unity Hub] --> B[Sign in
free account] B --> C[Install
Unity 6 + modules] C --> D[Create
new project] D --> E[Editor opens 🎉]
Step 1: Install Unity Hub
- Open your web browser and go to the official download page: unity.com/download.
- Click Download for Windows (or macOS). This downloads Unity Hub, not the whole engine yet.
- Run the downloaded installer and accept the defaults. When it finishes, Unity Hub opens.
💡 Only download from unity.com. Avoid third-party "Unity download" sites — always use the official page above.
Step 2: Sign In With a Free Account
Unity asks you to sign in so it can activate a free license. This is normal and free for individuals.
- In Unity Hub, click the account icon (top-left) and choose Sign in.
- Create a Unity ID if you don't have one (email + password), or sign in.
- When prompted for a license, choose the Unity Personal (free) plan.
⚠️ Account creation & passwords
You'll enter your own email and password on Unity's website in your browser — do this yourself; never share credentials. The Personal license is free; you won't be asked for payment.
Step 3: Install Unity 6
Now the main event. In Unity Hub:
- Click the Installs tab on the left.
- Click Install Editor (top-right).
- Choose the latest Unity 6 LTS release (this course uses 6000.5). "LTS" means Long-Term Support — the stable choice.
- On the Add modules screen, tick the extras you'll want. At minimum:
- Click Continue, accept the terms, and let it download and install. This is the big download — grab a coffee.
✅ Pro Tip
Forgot to add WebGL support? No problem. In the Installs tab, click the ⚙️ (gear) on your Unity 6 install and choose Add modules any time.
Step 4: Create Your First Project
- Click the Projects tab, then New project.
- Make sure your Unity 6 version is selected at the top.
- Choose the Universal 3D template (this is URP — the pipeline this course uses).
- Give the project a name like
UnityFundamentalsand pick a folder. - Click Create project. The Editor opens with a starter scene. 🎉
💡 Which template? You'll see several. Universal 3D is the right general-purpose choice for this course. The plain "3D (Built-in)" template uses an older render pipeline and won't match our screenshots.
Troubleshooting
⚠️ Common hiccups
- Download seems stuck: large installs can pause on slow connections — give it time before cancelling.
- Not enough disk space: Unity 6 plus a project needs well over 10 GB. Free up space and retry.
- "License not activated": sign in again from the Hub's account menu and select the free Personal plan.
- Editor won't open: update your graphics drivers and make sure your OS meets Unity 6's system requirements.
Summary
🎉 Key Takeaways
- Install Unity Hub first — it manages Editor versions and projects.
- Install Unity 6 LTS (6000.5) through the Hub, with a code editor and WebGL Build Support.
- Sign in with a free Personal license.
- Create a project with the Universal 3D (URP) template.
🎯 Quick Quiz
Question 1: What is Unity Hub for?
Question 2: Which template should you choose for this course?
🚀 What's Next?
With Unity installed and a project open, and now that you know your way around the Editor (Lesson 1.3), you're ready to make something. In Lesson 1.4 you'll create and save your very first scene.
🎉 Installed and ready!
The hard part (waiting for downloads) is behind you. Now the fun begins.