Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

Animator AnimatePhysics execution order.

Discussion in 'Animation' started by scerial, Aug 4, 2022.

  1. scerial

    scerial

    Joined:
    Apr 9, 2013
    Posts:
    8
    Hello all,
    Where exactly is an animator set to animatePhysics called in the FixedUpdate loop?
    Is it possibly arbitrary or is it at the end, it seems like my animations are updating slightly after my physics logic (in fixed update), and it is messing up a few position vital assignments to bones.
    Thanks!