Recall & Review
beginner
What is the Scene Hierarchy Window in Unity?
The Scene Hierarchy Window shows all the GameObjects in the current scene in a list. It helps you see and organize everything in your scene.
Click to reveal answer
beginner
How do you create a new GameObject using the Scene Hierarchy Window?
Right-click inside the Scene Hierarchy Window and choose 'Create Empty' or select a specific GameObject type to add it to the scene.
Click to reveal answer
beginner
What does nesting GameObjects in the Scene Hierarchy Window mean?
Nesting means placing one GameObject inside another as a child. This creates a parent-child relationship, helping organize and move groups together.
Click to reveal answer
beginner
How can you rename a GameObject in the Scene Hierarchy Window?
Click once on the GameObject name to select it, then click again or press F2 to edit the name. Type the new name and press Enter.
Click to reveal answer
beginner
What happens when you delete a GameObject from the Scene Hierarchy Window?
Deleting a GameObject removes it and all its children from the scene. This action cannot be undone unless you use Undo immediately.
Click to reveal answer
What does the Scene Hierarchy Window display?
✗ Incorrect
The Scene Hierarchy Window lists all GameObjects currently in the open scene.
How do you make one GameObject a child of another in the Scene Hierarchy Window?
✗ Incorrect
Dragging a GameObject onto another in the hierarchy creates a parent-child relationship.
What happens if you delete a parent GameObject in the Scene Hierarchy Window?
✗ Incorrect
Deleting a parent GameObject removes it and all its child GameObjects from the scene.
Which action can you perform directly in the Scene Hierarchy Window?
✗ Incorrect
You can rename GameObjects directly in the Scene Hierarchy Window by selecting and editing their names.
How do you add a new empty GameObject to the scene using the Scene Hierarchy Window?
✗ Incorrect
Right-clicking in the Scene Hierarchy Window lets you create a new empty GameObject.
Explain the purpose of the Scene Hierarchy Window in Unity and how it helps organize a scene.
Think about how you keep things tidy in a room.
You got /3 concepts.
Describe the steps to create a new GameObject and make it a child of another GameObject using the Scene Hierarchy Window.
Imagine putting a smaller box inside a bigger box.
You got /3 concepts.