Kizspy | Question: 19
(Choose 1 answer)
What is the significance of using the FixedUpdate function when integrating scripting with physics in Unity?
A. It handles one-time initialization tasks.
B. It ensures consistent physics updates, independent of frame rate.
C. It triggers actions when a collider enters a trigger volume.
D. It executes code over multiple frames with pauses in between.