(19
Answer (Choose 1 answer)
For the following statements related to the method Start() of MonoBehaviour class:Statement 1: Method Start() is called when the GameObject begins to exist (either when the Scene is loaded,or the GameObject is instantiated)Statement 2: Method Start() is called on the frame when a script is enabled just before any of the Update methods are called the first time.
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
Elt