11. What is a Vector3 variable helpful to store? Select the best answer.

  • A spawn
  • A prefab
  • An object’s position
  • A variable

12. Instead of using numbers, what can you use to make your code more readable? Select the best answer.

  • Variables
  • Strings
  • Arrays
  • Inputs

13. Which method can be used for repeating a chosen method at a consistent rate?

  • Call the repeat function
  • Use RepeatOverRate
  • InvokePerpetual()
  • InvokeRepeating()

14. Why should you check the trigger checkbox in Box Colliders? Select the best answer.

  • To detect when another object collides with the Box Collider
  • To detect when an object is spawned
  • To detect when an object is on screen
  • To detect when an object leaves the screen

15. What do Colliders need to detect a Collision in your physics?

Leave a Reply