Unity Editor Layout and Windows
When people first open Unity, the editor can feel crowded and confusing. There are many panels, buttons, views, and tabs, and it is not always obvious which ones matter.
The good news is that you do not need to understand every part of the editor at once. Most beginner work happens in a small set of windows that you will use constantly.
This guide explains the main Unity editor windows, what they are for, and how to arrange them so the editor feels easier to use.
Start with Unity's default layout, then give the Scene view room to breathe.
- Open Window -> Layouts -> Default to reset the editor.
- Keep Hierarchy on the left and Inspector on the right.
- Drag the Project tab beside the Console along the bottom so assets and errors stay visible without stealing vertical space.
Playlist Companion
This video fits here because it shows the full beginner editor context where the main windows start working together instead of being learned as isolated panels.
Create Avatars & World Projects - VRChat Creator Companion
For VRChat projects, open Unity through the VRChat Creator Companion whenever possible. Keep the Console, Inspector, and VRChat SDK panel easy to reach because SDK validation and package errors often appear there first.
Scene-editing follow-up: Modeling - Create Your First VRChat World
Why the Layout Matters
A clean editor layout makes it easier to:
- Find objects quickly
- Edit scenes without getting lost
- Catch errors earlier
- Work faster without constantly reopening panels
If the editor feels frustrating, the problem is often not Unity itself. It is often just that the layout is fighting your workflow.
The Main Windows You Will Use Most
These are the windows most beginners should understand first.
| Window | Use It When |
|---|---|
| Hierarchy | You need to find, select, rename, or organize objects in the current scene. |
| Scene View | You are placing objects, adjusting layout, checking scale, or navigating the world while editing. |
| Game View | You want to preview what the camera or player-facing output sees. |
| Inspector | You need to edit selected object components, references, transforms, materials, or script fields. |
| Project | You are browsing assets, scenes, prefabs, scripts, textures, audio, or materials. |
| Console | You need to read errors, warnings, logs, package problems, or SDK issues. |
Hierarchy
The Hierarchy shows all GameObjects in the current scene.
Think of it as the scene contents list.
You use it to:
- Select objects
- Organize objects into parent groups
- Rename scene items
- Find things that may be hard to click in the Scene view
If you want to know what exists in the scene, start with the Hierarchy.
Scene View
The Scene View is the workspace where you build and arrange the world.
You use it to:
- Move around the scene
- Place objects
- Adjust transforms
- Build layouts
- See the world from an editor perspective
This is where most environment editing happens.
Game View
The Game View shows what the camera or player-facing output sees.
This is useful when you want to:
- Preview how the scene looks in play mode
- Check cameras
- Test UI positioning
- See the game output rather than the editor workspace
Beginners sometimes confuse Scene view and Game view. A simple rule is:
- Scene View is for editing
- Game View is for previewing what the project shows
Inspector
The Inspector shows the settings and components for the selected object.
If you click something in the Hierarchy or Scene view, the Inspector tells you:
- What components it has
- What values are assigned
- What settings you can change
This is one of the most important windows in Unity. You will use it constantly.
Project Window
The Project window shows your project files and folders.
This is where you manage:
- Scenes
- Materials
- Textures
- Models
- Scripts
- Audio
- Prefabs
If the Hierarchy is the list of objects in the current scene, the Project window is the library of assets for the whole project.
Console
The Console shows:
- Errors
- Warnings
- Debug logs
You should get used to checking the Console regularly. Red errors matter most because they can stop scripts, tools, or systems from working.
A Good Beginner Layout
A strong starter layout usually looks like this:
- Hierarchy on the left
- Scene View in the center
- Inspector on the right
- Project and Console along the bottom
- Game View tabbed near the Scene View
This layout works well because:
- The scene contents are easy to browse
- The main workspace gets the most space
- Object settings stay visible on the right
- Assets and errors are easy to access at the bottom
It is not the only good layout, but it is a reliable beginner starting point.
1
2
3
4
5
How to Reopen Missing Windows
If you accidentally close a panel, do not panic. Almost every important window can be reopened from the top menu.
Use:
- Window -> General -> Hierarchy
- Window -> General -> Inspector
- Window -> General -> Project
- Window -> General -> Console
- Window -> General -> Game
If your layout becomes messy, reopening the missing windows is often all you need.
Reset Before You Troubleshoot
If a tutorial or guide looks different from your editor, reset the layout before assuming Unity is broken:
- Open Window -> Layouts -> Default.
- Reopen the scene you were working on.
- Select the object again from the Hierarchy.
- Check whether the Inspector, Project, and Console now match the guide better.
This is especially useful when the Inspector looks empty, the Console disappeared, or the Project window is hidden behind another tab.
How Docking Works
Unity lets you drag windows and dock them into different parts of the editor.
You can:
- Stack tabs together
- Move a panel to the left, right, top, or bottom
- Build a custom editor layout
If you drag a tab and Unity highlights a docking area, that is where the panel will snap into place.
This is useful because different workflows may need different layouts.
For example:
- Environment work may favor a larger Scene view
- Scripting work may favor a larger Console and Inspector
- UI work may favor switching between Scene and Game more often
Save a Layout Once It Feels Good
If you make a layout you like, save it.
- Arrange the windows the way you want.
- Open the Layout menu near the top-right of the editor.
- Save the current layout as a custom layout.
This is worth doing because beginners often accidentally drag or close panels and then waste time rebuilding the editor view again.
When a Different Layout Helps
You do not need a single layout forever. It is fine to have different layouts for different tasks.
Examples:
Building or level design layout
- Larger Scene view
- Hierarchy always visible
- Inspector open
- Project window open for fast asset placement
Scripting or debugging layout
- Console larger
- Inspector visible
- Scene view smaller
UI layout
- Game view more prominent
- Inspector open for RectTransform and component editing
- Console still visible enough to catch layout or script errors
Beginners do not need many layouts right away, but it helps to know Unity supports that kind of workflow.
VRChat-Friendly Layout
For VRChat worlds and avatars, a practical layout keeps these visible:
- Hierarchy for scene objects, avatar roots, or world systems.
- Inspector for descriptors, prefab references, materials, and SDK component fields.
- Console for compile, package, shader, and SDK errors.
- Project for scenes, prefabs, scripts, materials, and imported assets.
- VRChat SDK panel when validating, building, testing, or uploading.
If you are following a VRChat tutorial, do not hide the Console. Red errors can block SDK menus, Builder validation, uploads, UdonSharp compilation, and package imports.
Common Beginner Problems
Help! A panel disappeared.
This is very common and usually easy to fix. Reopen the panel from the Window menu, or reset the layout if many windows are misplaced.
The editor feels cluttered.
This usually means too many tabs are open or important panels are too small. Return to a simple beginner layout, close panels you are not currently using, and give the Scene view more space.
Help! My Inspector is empty or not updating.
Check the lock icon in the Inspector. If it is locked, the Inspector stays focused on the previous object instead of updating when you select something new.
The editor layout is broken after moving panels.
If it becomes difficult to fix manually, open Window -> Layouts -> Default and start again from the recommended arrangement.
Help! The tutorial shows a tab I do not have open.
Use the Window menu to reopen the missing panel. Many Unity windows are not gone forever; they are just closed, docked behind another tab, or hidden in a different saved layout.
Practical Tips
- Keep the Console visible while learning
- Use the Hierarchy instead of trying to click everything in the Scene view
- Save a custom layout once the editor feels comfortable
- Do not over-customize the layout before you understand the core windows
Helpful follow-up pages
- How to organise Unity tabs
- Navigating Scene View and Camera Controls
- Unity Hotkeys
- Unity Error: Failed to load window layout
- Inspector Basics and Workflows
- Hierarchy, GameObjects, and Components
Final Advice
The Unity editor feels much easier once you stop trying to understand every panel at once. Focus on the main windows first:
- Hierarchy
- Scene
- Game
- Inspector
- Project
- Console
Once those make sense, the rest of the editor becomes much less intimidating.