No history yet

Unity Interface

Your First Look at Unity

Opening Unity for the first time can feel like walking into a high-tech workshop. You'll see panels, buttons, and menus everywhere. It might look complex, but each tool has a specific job. Together, they create a powerful space for building games and interactive experiences. Think of it as your digital studio, where you'll assemble worlds, create characters, and bring your ideas to life.

Lesson image

The default layout is designed to be efficient, but it’s also completely flexible. Let's start by understanding the main sections you'll be working with.

The Main Windows

The Unity interface is built around several key windows that work together. The five you'll use most often are the Scene view, the Game view, the Hierarchy, the Project window, and the Inspector. Each one gives you a different view of your project and different tools to work with. Mastering how they connect is the first step to building games efficiently.

Meet the Core Components

Let’s look at each of these windows one by one.

Scene View This is your interactive construction zone. Whether you're making a 2D or 3D game, the Scene view is where you will place, move, and arrange all your game objects, like characters, scenery, and lights. It's a visual, hands-on space for building your world. You can fly around your scene to view it from any angle, making it easy to see how everything fits together.

Game View This window shows you exactly what the player will see when they run your game. It’s your camera's live feed. While the Scene view is for building, the Game view is for previewing the final product. You can't directly move objects here, but you can press the 'Play' button at the top of the editor to test your game in real-time within this window.

Hierarchy Window Think of the Hierarchy as a list of every single object currently in your scene. It shows the name of each object and how they are organized, often in parent-child relationships. If you have a car object, for instance, its wheels might be listed underneath it. Selecting an object in the Hierarchy will also highlight it in the Scene view and show its details in the Inspector window.

Project Window This is your game's library. The Project window contains all the assets available for you to use, even if they aren't in your current scene. This includes 3D models, textures, sound files, scripts, and more. It's a file browser integrated directly into Unity. You can drag assets from the Project window directly into the Scene or Hierarchy to add them to your game.

Inspector Window The Inspector is context-sensitive; it shows the properties of whatever you have selected. If you select a light in the Hierarchy, the Inspector will show options for its color, intensity, and range. If you select an audio file in the Project window, it will show settings for its sound quality. This is where you will tweak the components and settings that define every object in your game.

The typical workflow: Find an asset in the Project window, drag it into the Hierarchy to add it to your scene, position it in the Scene view, and adjust its properties in the Inspector.

Make It Your Own

Unity's interface isn't set in stone. You can click and drag the tab of any window to move it, resize it, or dock it somewhere else. Do you want your Hierarchy on the right side? Go for it. Need a bigger Scene view? Just drag its borders. You can even save and load different layouts from the dropdown menu in the top-right corner, which is useful for switching between tasks like level design and animation.

Beyond the default tools, Unity has a built-in Asset Store. This is a marketplace full of free and paid assets created by Unity and the community. You can find everything from 3D models and character animations to programming tools and visual effects. It's a fantastic resource for kickstarting a project or finding specific elements you need without having to build them from scratch. You can access it directly through the Window > Asset Store menu.

Take some time to click around and get a feel for the layout. Understanding where to find each tool is the first step toward building something amazing.