Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Nested Rigidbody Joints cause Animator to flicker :O

Discussion in 'Physics' started by crdmrn, Jun 12, 2018.

  1. crdmrn

    crdmrn

    Joined:
    Dec 24, 2013
    Posts:
    152
    As the title says, that's the question:
    - I have a Rigidbody-based CharacterController, with some nested Joints to have hanging arms using IKs.
    - On the controller GameObject I also have an Animator component with a Locomotion BlendTree and an Idle loop.
    - As long as the Joints are attached to the RigidBody, the Animator transitions flicker, even if the IK weight is set to 0.
    - This happens also if i take the Joints out of the GameObject, while leaving them connected to the Rigidbody.
    - Whitout the Joint the transitions work just fine.

    Any clue where this might come from? Or is that a known issue?