No need to set characterWeight = 0 ?

Forum Archive No need to set characterWeight = 0 ?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8923
    Nicholas Yang
    Participant

      Once the character’s Animator component is disabled, the IK is also disabled because it disables the controller. In this case, there’s no real need to set characterWeight to 0, right?

      #29622
      Jonathan Gonzalez
      Participant

        Technically yes, if you disable the Animator it’ll also disable the IK. The character weight value is through script though, so if you decided to re-enabled the Animator you’d still be using the default characterWeight you had set prior. 

      Viewing 2 posts - 1 through 2 (of 2 total)
      • The topic ‘No need to set characterWeight = 0 ?’ is closed to new replies.