Data Types
Animator
TileMaps
Levels
MISC.
100

What data type would you use to store a player's score as a whole number in Unity?

Integer (int).

100

What Unity tool allows you to create complex animations using states and transitions?

Animator

100

What Unity feature allows you to easily create 2D game worlds by painting tiles onto a grid?

TileMap.

100

What is another name for the places where your game action happens in Unity?

Scenes.

100

What is the game Engine we are using

Unity

200

What data type is best suited for storing a player's name?

String.

200

What do you call the individual components that make up an animation, specifying the motion of a part of a character?

Animation Clips.

200

What are Rule Tiles?

Rule Tiles are a special type of tile in Unity's Tilemap system that allow developers to automatically change the sprite of a tile based on its neighboring tiles

200

How do you keep your level so you can use it later in Unity?

Save the Scene.

200

Name 3 game engines

Unity, Unreal Engine, GoDot

300

True or False: A Boolean data type can store values such as 'True' or 'False' to check if a player has completed a level.

True.

300

What is an animator controller Unity?

An Animator Controller allows you to arrange and maintain a set of Animation Clips and associated Animation Transitions.

300

True or False: You can only use TileMaps for the ground in your game.

False.

300

A level can load by itself when you get to the end of the current one.

True.

300

What Coding Language does Unity use

C#, Visual Scripts, Bolt
400

Which data type would you use to manage fractional health points in a game?

Float.

400

Do you need to a Animator component to give a Game Object an Animation

Yes.

400

Which layer in TileMap would you use for things in the background?

Background layer.

400

What is Load Scene?

Load a different scene that the current one

400

True or False: Unity has the largest share of the game engine market

TRUE

500

What data type is used for inventories

Arrays/ Lists

500

What do we use inside the Animator to decide when to change animations?

Parameters.

500

CONGRATZ, YOU CHOSE AN FREE POINTS QUESTION

+500

500

What's a simple way to make the next level harder than the last?

Add more challenges or obstacles.

500

What is one reason why we use Unity and not Unreal Engine

Computer system requirments

M
e
n
u