What do you use Scenes for in Unity?
To organize different parts of a game, like levels or menus
What is the main purpose of a Script in Unity
To control what objects do in the game
What axis in a 2D game moves an object Left/Right
X axis
What type of game uses flat images for characters and backgrounds?
2D games
Is clicking a button consider a user interaction
Yes
How do you open a different Scene in Unity
You can double-click on it in the Project window
How do you create a new Visual Script in Unity
Right-click in the Project window and select Create > Visual Script
What are 2 controls methods used in games that players use to move characters
- WASD
- Arrow Keys
- Mouse
- Controller
- Joy Stick
- Touch Screen
What type of game uses models that look three-dimensional?
3D games.
What should a game show whenever the player reaches 0 health
Game Over
True or False: You can have multiple Scenes open at the same time.
True
What is the difference between using Visual Scripting vs C# Scripts
To create game logic using nodes and connections instead of writing code.
What component controls an object’s position, rotation, and scale.
Transform component
Is Fornite a 2D/ 3D game
3D
Is watching a movie considered a user interaction
No
How do you create a new Scene in Unity
Go to File > New Scene
How do you add a Script to a GameObject
Create a Visual Script Component
Drag and drop the Script onto the GameObject in the Visual Script Component.
What node would you use to make an object move every time you press a key?
The Input node
What axis does a 3D game use that a 2D game does not use often
What do you think the "OnClick" node does
Responds to a player click
What happens when you don't save changes in a Scene before opening another one
You lose your changes
What is RigidBody?
a component that provides GameObjects physics
How do you make an object move faster?
Change the speed value in the Translate node.
What is the main difference between a 2D game and a 3D game in Unity?
2D games are flat and 3D games have depth.
When Users browse through videos in TikTok, what kind of user interaction are they performing?
Swipe/Scroll