关于制作Unity动画的时候出现的问题:

The legacy Animation Clip “XXX” cannot be used in the State “XXX”. Legacy AnimationClips are not allowed in Animator Controllers.To use this animation in this Animator Controller, you must reimport in as a Generic or Humanoid animation clip UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)

这种情况属于动画操作的物体和动画的Rig属性不一致导致的,当你不断更改动画的Rig属性而频繁出错的时候可以看看物体和动画的rig属性是否一致 ,不一致的话可能导致状态机里面的动画没办法导入动画,或者出现物体没有反应的情况。

猜你喜欢

转载自blog.csdn.net/bellainvan/article/details/106674789