Skip to main content
โ† Back to AR & VR Development samples
๐ŸฅฝAR & VR Developmentยท15 minยทSample Lesson

Unity Editor Tour: The Rooms Where Games Are Made

Games like Pokemon GO, Among Us, and thousands of VR worlds were all built in the same program: Unity. When you open Unity for the first time, it looks like an airplane cockpit with buttons everywhere. But it is really just a few 'rooms', and once you know what each room does, it stops being scary. Today you get the tour. Think of Unity like a dollhouse workshop: one window shows the house, one window lists everything in it, and one window lets you change the color of the couch.

What You'll Learn

By the end of this lesson you will be able to: - Name the four main windows of the Unity Editor and what each one does - Explain the difference between the Scene view and the Game view - Find an object in the Hierarchy and change it in the Inspector - Press Play and know what happens when you do

The Scene View: Your Building Table

The biggest window in the middle is the Scene view. This is where you build. You can grab objects, spin the camera around, zoom in and out, and place things exactly where you want them, like arranging furniture in a room. Right next to it is a tab called the Game view. That one shows what a PLAYER would actually see through the game camera. Scene view is for you, the builder. Game view is for the player. Same world, two different windows.

The Hierarchy: A List of Everything

On the left is the Hierarchy. It is a list of every single object in your scene: the player, the ground, the lights, the trees, the enemies. If your scene has 40 things in it, all 40 show up in this list. When you click a name in the Hierarchy, Unity selects that object and highlights it in the Scene view. This is how you find one specific thing when your world gets crowded.

The Inspector: Where You Change Things

On the right is the Inspector. When you click an object, the Inspector shows all its details: its position (where it is), its rotation (which way it faces), its size, and its color. You change an object by typing new numbers here. For example, if a box's Position Y is 0 and you change it to 5, the box jumps 5 units up into the air. The Inspector is your control panel for one object at a time.

The Play Button

At the top center is the triangle Play button. When you press it, your game actually runs so you can test it. Big rule: any changes you make WHILE playing get erased when you press Stop. Always press Stop first, then build. Every game maker forgets this at least once!

Match each Unity window to its job.

Terms

Scene view
Game view
Hierarchy
Inspector

Definitions

Where you build and arrange objects
A list of every object in the scene
Where you change one object's position, size, and color
Shows what the player sees

Drag terms onto their definitions, or click a term then click a definition to match.

โ“

You want to move the player character 5 units to the right. Which window do you use?

โ“

What is the difference between Scene view and Game view?

๐ŸŽฏ

Map Your Own Unity Cockpit

1. On a piece of paper, draw a big rectangle for the Unity window. 2. Divide it into four boxes: a big one in the middle (Scene/Game), one on the left (Hierarchy), one on the right (Inspector), and a strip at the bottom (Project). 3. Label each box with its name and write one sentence about what it does. 4. Draw a triangle Play button at the top. Deliverable: a labeled map of the Unity Editor you could use to teach a friend the four windows.

Want to keep learning?

Sign up for free to access the full curriculum โ€” all subjects, all ages.

Start Learning Free