int MaxFixedUpdates { get; set; }

Summary

If the frame took longer than a FixedUpdate step, we need to run multiple steps for that frame, to catch up. How many are allowed? Too few, and the simluation will run slower than the game. If you allow an unlimited amount then the frame time could snowball to infinity and never catch up.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.