(Choose 1 answer)
For the following statements related to the method Update () of MonoBehaviour class:Statement 1: Method Update () is the most commonly used function to implement any kind of game script Statement 2: Method Update () is called every frame if the MonoBehaviour is enabled.
Choose the correct answer:
A. Statement 1 and Statement 2 are true
B. Statement 1 is false, Statement 2 is true
C. Statement 1 is true, Statement 2 is false
D. Statement 1 and Statement 2 are false
Exit 29