Chapter 3 lesson 4
Ace your homework & exams now with Quizwiz!
Which of the following best describes a game loop?
A set of functions or statements that will run repeatedly during the game
Which of the following statements will print "You are here" to the console window?
Debug.Log("You are here");
Which of the following tasks might be handled within a game loop?
All of these, and more!
Which function will be called on each object when a scene initializes?
Start()
Which function is called repeatedly within your game loop?
Update()