0
0
Unityframework~5 mins

Scene hierarchy window in Unity - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AAll scripts in the project
BAll GameObjects in the current scene
CAll assets in the project folder
DAll cameras in the scene
How do you make one GameObject a child of another in the Scene Hierarchy Window?
ADrag the child GameObject onto the parent GameObject
BRight-click and select 'Make Child'
CDouble-click the parent GameObject
DRename the child GameObject
What happens if you delete a parent GameObject in the Scene Hierarchy Window?
AOnly the parent is deleted, children remain
BNothing happens
CThe parent and all its children are deleted
DChildren become parents automatically
Which action can you perform directly in the Scene Hierarchy Window?
ARename GameObjects
BChange textures
CWrite scripts
DEdit GameObject components
How do you add a new empty GameObject to the scene using the Scene Hierarchy Window?
ADouble-click an existing GameObject
BPress Ctrl+S
CDrag a script into the window
DRight-click in the window and select 'Create Empty'
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.