Recall & Review
beginner
What is the first step to create a new Unity project?
Open Unity Hub, click on 'New Project', choose a template (like 3D or 2D), name your project, and click 'Create'.
Click to reveal answer
beginner
How do you add a text message like 'Hello World' to your Unity scene?
Use the UI system: go to GameObject > UI > Text (or Text - TextMeshPro), then edit the text property to say 'Hello World'.
Click to reveal answer
beginner
What is the purpose of the 'Scene' view in Unity?
The Scene view lets you see and arrange all objects in your game world while you build your project.
Click to reveal answer
beginner
How do you run your Unity project to see the 'Hello World' message?
Click the Play button at the top center of the Unity editor to start the game and see your scene in action.
Click to reveal answer
beginner
What is a GameObject in Unity?
A GameObject is any object in your scene, like characters, lights, cameras, or UI elements. It is the basic building block in Unity.
Click to reveal answer
Which menu option do you use to add a UI Text element in Unity?
✗ Incorrect
The UI Text element is added via GameObject > UI > Text in Unity.
What does pressing the Play button in Unity do?
✗ Incorrect
Pressing Play runs your game inside the editor so you can test it.
What is the Scene view used for in Unity?
✗ Incorrect
The Scene view is where you place and organize objects in your game.
What is a GameObject in Unity?
✗ Incorrect
GameObjects are the building blocks of a Unity scene.
How do you create a new Unity project?
✗ Incorrect
Unity Hub is the tool to create and manage Unity projects.
Describe the steps to create a 'Hello World' scene in Unity.
Think about project setup, adding UI, editing text, and running the game.
You got /4 concepts.
Explain what a GameObject is and how it relates to building a Unity scene.
Consider GameObjects as the pieces that make up your game world.
You got /4 concepts.