Uninomicon

Documenting the dark corners of the Unity Engine.

User Tools

Site Tools


fixedupdate

This is an old revision of the document!


Notes: - Unity will run the first FixedUpdate, regardless of what `Time.fixedDeltaTime` is set to. ie. If you set `fixedDeltaTime` to 10 in Awake of the first scene, the FixedUpdate will still run. - The maximum value of Time.fixedDeltaTime seems to be 10.

fixedupdate.1612741934.txt.gz · Last modified: 2021/02/07 23:52 by uninomiconadmin