Unity processes updates in the following order: {{:unity:pasted:20230224-175746.png}} ^ Update ^ updates every frame ^ | FixedUpdate | updates every physics frame | | LateUpdate | updates last, after all other game logic |