NuclearPowered / docs.reactor.gg

https://docs.reactor.gg
7 stars 14 forks source link

Edit incorrect statement about "FixedUpdate" #3

Closed wmcnamara closed 3 years ago

wmcnamara commented 3 years ago

Hi!

This PR fixes an error in the documentation that states that "FixedUpdate is ran every frame".

This is in fact not true. FixedUpdate is ran every physics update. It is frame rate independent and is only called a set number of times per second, hence the name FixedUpdate.

Unity Documentation for fixed update: https://docs.unity3d.com/ScriptReference/MonoBehaviour.FixedUpdate.html