Search Unity

Turning with no turn animation

Discussion in 'Animation' started by MitchStan, Feb 22, 2017.

  1. MitchStan

    MitchStan

    Joined:
    Feb 26, 2007
    Posts:
    568
    Using generic rig on some four legged animals. Quite a few animal packs on the asset store have no turning animations. Just walk and run. Any suggestions how to implement turning with no turn animations. With with root motion or not?

    Any thoughts from anyone?
     
  2. theANMATOR2b

    theANMATOR2b

    Joined:
    Jul 12, 2014
    Posts:
    7,790
    Commonly if a turn (in-place) animation is not included the character is parented to a parent object that controls only the direction the character is facing.
    If the creature requires a walking turning animation - this will have to be created with the existing model/rig in a external animation package and re-imported into Unity.

    There is process to retarget generic rig to generic rig - so creating the rig externally (exactly like the existing rig) is doable, but not simple and isn't a flawless workflow unless the developer has in-depth experience in this process.
     
  3. MitchStan

    MitchStan

    Joined:
    Feb 26, 2007
    Posts:
    568
    okay - thanks for the feedback.
     
    theANMATOR2b likes this.