1/14
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What is a window in Unity’s terminology?
A panel with specific functions.
How can you set the default layout in Unity?
Select Window > Layouts > Default from the top menubar.
What is the name of the scene mentioned in the notes?
OutdoorScene.
What are the 4 game objects listed in the OutdoorScene?
Main Camera, Sun, Sky and Fog Volume, Cube.
What does the Inspector show in Unity?
It shows components and properties data for the selected object or asset.
What is the function of the Project window in Unity?
It works like a file explorer for your project.
What does the Console window display?
Messages from the Editor or your code.
Where is the game rendered in Unity?
In the Game window, which displays what the Main Camera sees.
What is the purpose of the Play button in Unity?
It starts and stops the game.
How do you move around the Scene view in Unity?
Press and hold the right mouse button and move the mouse.
What does the 'Look Tool' or 'Orbit Tool' allow you to do?
Rotate the camera around the current pivot point in the Scene view.
What key helps you quickly focus on an object in the Scene?
Press the F key after selecting the object in the Hierarchy.
What can you do in the Game window?
View the game as it is being rendered by the Main Camera.
What happens when you click on the camera icon in the Scene view?
The Main Camera preview will appear.
What is the Eyeball icon used for in the Scene view?
Indicates that you are in 'Look' or 'Orbit' mode.