Kizspy | Question: 50
(Choose 1 answer)
How does a script operate in Unity compared to a traditional program?
A. Unity runs the script continuously in a loop like a traditional program
B. Unity intermittently passes control to the script by calling specific event functions
C. Unity executes the script only once at the start of the game.
D. Unity requires manual updates every frame to run script