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:
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:
Should I not be using the prefab? Or is this asset just not compatible?
It worked for me. What you need to make sure is
1-
Meshtint Free Santa Claus
&DancingAnimation
Rig Animation Type
type should beHumanoid
2- make an
AnimatiorController
and addDancingAnimationClip
(as default).
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.