This is an old revision of the document!
Unity processes updates in the following order:
Update updates every frame FixedUpdate updates every physics frame LateUpdate updates last, after all other game logic