Kizspy Question: 25
(Choose 1 answer)
blower Law.cam
What is the best practice for managing multiple components that need frequent updates on the same
GameObject?
A. Place all logic in the Update() method of one script.
B. Use multiple scripts with individual Update() methods.
C. Use a manager script to centralize the update logic.
D. Call Update() from external scripts using references.