Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Navigating the Unity Editor | Installing and Navigating the Editor
Unity for Beginners

bookNavigating the Unity Editor

メニューを表示するにはスワイプしてください

When you open Unity, you'll see several panels. Each panel has a specific role, and together they let you build and edit games.

The main panels you'll use are: Hierarchy, Scene, Game, Inspector, Project, and Console

Hierarchy - A list of all Game Objects in the current scene.

What you use it for:

  • Creating new objects;
  • Selecting objects;
  • Deleting objects.

Scene View - A visual workspace where you arrange objects in the scene.

What you use it for:

  • Positioning objects;
  • Moving, rotating, and scaling objects;
  • Navigating the level layout. *Essential Shortcuts
  • Move Tool: W
  • Rotate Tool: E
  • Scale Tool: R

Game View - What the player actually sees through the camera.

What you use it for:

  • Previewing gameplay;
  • Checking camera framing;
  • Testing how the game looks while running.

Inspector - A panel that shows details of the currently selected object.

What you use it for:

  • Editing components;
  • Changing position, rotation, and scale;
  • Adjusting visual properties (like sprite color).

Project Tab - A file browser for your entire Unity project.

What you use it for:

  • Managing scenes, sprites, and scripts;
  • Creating folders to stay organized;
  • Importing assets.

*Good practice:

Create folders like:

  • Scenes;
  • Sprites;
  • Scripts.

Console - A message log from Unity.

What you use it for:

  • Viewing errors;
  • Seeing warnings and debug messages.

Play Mode - A test mode that runs your game inside the editor.

Very important:

Changes made during Play Mode are temporary and reset when you stop.

1. Where can you see a list of all Game Objects in the current scene?

2. Which panel shows what the player actually sees during gameplay?

3. Where do you change an object’s position, rotation, and scale using exact values?

4. What happens to changes made while the game is in Play Mode?

question mark

Where can you see a list of all Game Objects in the current scene?

正しい答えを選んでください

question mark

Which panel shows what the player actually sees during gameplay?

正しい答えを選んでください

question mark

Where do you change an object’s position, rotation, and scale using exact values?

正しい答えを選んでください

question mark

What happens to changes made while the game is in Play Mode?

正しい答えを選んでください

すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 1.  3

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

セクション 1.  3
some-alt