Different time measurements in FixedUpdate

Updated: 2018-09-06

Chronos time measurements (i.e. deltaTime, time) will not return their fixed equivalent (resp. fixedDeltaTime, fixedTime) in the FixedUpdate function, because Chronos cannot guarantee script execution order. However, you can still manually use these measurements.

Was this article helpful?
Be the first to vote!
Yes, helpful
No, not for me