Test your knowledge
Q1. OnTriggerExit2D
is a function that runs...
A. Every frame
B. When an object leaves a trigger
C. When the player completes the level
D. When the level exits
Q2. To interact with the UI, you need a(n)…
A. EventSystem
B. Animation System
C. Collider
D. Component
Q3. Enumerations
are good for...
A. Storing lists of values
B. Counting objects
C. Searching for objects
D. Sorting objects by name
Q4. You can pick a random number using…
A. Random.Range
B. SelectRandomNumber
C. ChooseRandom
D. GetRandomNumber