unity-game-engineanimationmixamo

How to apply Mixamo animation to avatar downloaded from Unity store


I am new to Unity, I downloaded this santa clause avatar from the Unity asset store. I also downloaded an animation without skin from Mixamo and renamed it to dancingAvatar. I want to apply the animation to my avatar so it can move around but can't figure it out.

If I use the santa clause avatar's FBX file, and click on select, it tells me No animation data available See:

enter image description here

If I use the avatar's prefab, and then click on select, it does not have any options for Model, Rig, Animations, or Material. See:

enter image description here

Should I not be using the prefab? Or is this asset just not compatible?


Solution

  • enter image description here

    It worked for me. What you need to make sure is

    1-Meshtint Free Santa Claus & DancingAnimation Rig Animation Type type should be Humanoid

    2- make an AnimatiorController and add DancingAnimationClip (as default).

    enter image description here

    enter image description here

    EDIT : You are seeing no animation data available in this model because Santa Model contains no built-in animation/s. But if you select the dancing animation model and see Animation tab in the inspector, you can see the details of animation.

    enter image description here