Unity lecture 4
Unity lecture 5
Game features
People
probability
100

where can find "button" in unity.

Canvas

100

how to pause the game?

timescale = 0 

100

What is a negative feedback loop?

The feedback loop that favors losing player.

100

Who is Jane McGonigal?

This person's definition of a game is a voluntary act to overcome unnecessary obstacles.

100

You have a deck of 52 cards. If you draw two cards without replacement, what is the probability that both cards are red?

26/51


200

what name space need for "SceneManger.LoadScene"?


UnityEngine.SceneManagement

200

What is FixedUpdate()?

This method is traditionally where physics calculations are put.

200

What is flow state?

The state of concentration in which one loses track of time.

200

What is analyze?

Fill in the blank: The iterative design process is to prototype-playtest-_____-repeat

200

Consider a standard six-sided die. If you roll it twice, what is the probability that the sum of the two rolls is 7?

6/36


300

Before you can switch between scenes in Unity, what do you need to do with those scenes in the Build Settings?

add scenes to build settings 

300

what number scale needs the game to resume?

1.0f

300

What Unity component allows you to display text on the screen, such as game instructions or player scores?

UI Text boxes?

300

According to LeBlanc, which kind of fun focuses on overcoming obstacles solving puzzles and achieving difficult goals in a game?

what is Challenge fun?

300

In a bag, there are 5 blue balls, 4 red balls, and 3 green balls. If you randomly draw two balls without replacement, what is the probability that the first ball is blue and the second ball is red?

(5/12)(4/11)=5/33

400

In Unity, how can you make a UI button trigger a specific function when clicked?

UI buttons, OnClick method

400

What Unity class allows you to manipulate the time scale of your game, making it faster or slower?

Time.timeScale

400

what feature is used to create a sequence of images to give the illusion of motion?

Sprite Animation

400

based off Chris Crawford definition of fun, what key element distinguishes a game from ther forms of entertainment?

what is interactive Stories

400

You are playing a game where you flip a fair coin three times. What is the probability that you get exactly two heads?

3/8


500

 In Unity, what is the purpose of the "SceneManager.LoadScene" method?

Scene creation

500

what unity component do you often attach scripts to in order to handle game logic, including both the pause and resume functionality?

"GameObject" or "MonoBehaviour"

500

what tool allows you to organize and switch between different parts of your 2D game, like moving from the title screen to the game level?

Scene Managemet

500

what are the components of kevin Maroney's view on what is a game?

Structure, play, goal, forms

500

In a group of 20 people, 12 are wearing glasses. If you randomly select two people from the group, what is the probability that both of them are wearing glasses?

(12/20)(11/19)=33/95


M
e
n
u