Uninomicon

Documenting the dark corners of the Unity Engine.

User Tools

Site Tools


fixedupdate

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
fixedupdate [2021/02/07 23:52]
uninomiconadmin
fixedupdate [2021/02/08 03:50]
uninomiconadmin
Line 1: Line 1:
-Notes: +====== Fixed Update ====== 
-Unity will run the first FixedUpdate, regardless of what `Time.fixedDeltaTimeis set to. ie. If you set `fixedDeltaTimeto 10 in Awake of the first scene, the FixedUpdate will still run. + 
-The maximum value of Time.fixedDeltaTime seems to be 10.+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.txt · Last modified: 2021/02/08 03:50 by uninomiconadmin