Scenes
Scripts/Visual Scripting/Bolt
Movement
2D vs 3D
User Interactions
100

What do you use Scenes for in Unity?

To organize different parts of a game, like levels or menus

100

What is the main purpose of a Script in Unity

To control what objects do in the game

100

What axis in a 2D game moves an object Left/Right

X axis

100

What type of game uses flat images for characters and backgrounds?

2D games

100

Is clicking a button consider a user interaction

Yes

200

How do you open a different Scene in Unity

You can double-click on it in the Project window

200

How do you create a new Visual Script in Unity

Right-click in the Project window and select Create > Visual Script

200

What are 2 controls methods used in games that players use to move characters

- WASD

- Arrow Keys

- Mouse

- Controller

- Joy Stick

- Touch Screen

200

What type of game uses models that look three-dimensional?

3D games.

200

What should a game show whenever the player reaches 0 health 

Game Over

300

True or False: You can have multiple Scenes open at the same time.

True

300

What is the difference between using Visual Scripting vs C# Scripts

To create game logic using nodes and connections instead of writing code.

300

What component controls an object’s position, rotation, and scale. 

Transform component

300

Is Fornite a 2D/ 3D game

3D

300

Is watching a movie considered a user interaction

No 

400

How do you create a new Scene in Unity

Go to File > New Scene

400

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.

400

What node would you use to make an object move every time you press a key?

The Input node

400

What axis does a 3D game use that a 2D game does not use often 

Z axis
400

What do you think the "OnClick" node does

Responds to a player click

500

What happens when you don't save changes in a Scene before opening another one

You lose your changes

500

What is RigidBody?

a component that provides GameObjects physics

500

How do you make an object move faster?

Change the speed value in the Translate node.

500

What is the main difference between a 2D game and a 3D game in Unity?

2D games are flat and 3D games have depth.

500

When Users browse through videos in TikTok, what kind of user interaction are they performing?

Swipe/Scroll

M
e
n
u