Search Unity

Animator + Script Animation

Discussion in 'Animation' started by MathewHI, Jun 4, 2021.

  1. MathewHI

    MathewHI

    Joined:
    Mar 29, 2016
    Posts:
    501
    The Animator blocks any rotations I try to add in a script. How can I have both?
     
  2. Kybernetik

    Kybernetik

    Joined:
    Jan 3, 2013
    Posts:
    2,570
    Use LateUpdate to override whatever the Animator does before the frame actually renders.
     
    MathewHI likes this.
  3. MathewHI

    MathewHI

    Joined:
    Mar 29, 2016
    Posts:
    501
    I tried LateUpdate it doesn't do anything for me.