8. Unity异常警告错误处理方法
一. The AnimationClip 'cube1_anim' used by the Animation component 'Cube1' must be marked as Legacy.
Unity版本:4.3.0f4
解决方法:
1. 点击“AnimationClip”,在Inspector视图中点击右上角小锁旁的图标,选择“Debug”
2. 在“Debug”中将“AnimationType”的值从2改为1
3. 按同样的操作方法,切换成“Normal”选项,会观察到“Inspector”中的变化
4. 警告提示消息消失,问题解决