Unity异常警告错误处理方法

原地址:http://www.haogongju.net/art/2591936

1.

 The AnimationClip 'cube1_anim' used by the Animation component 'Cube1' must be marked as Legacy.

解决方法:

1. 点击“AnimationClip”,在Inspector视图中点击右上角小锁旁的图标,选择“Debug”

 

 

2. 在“Debug”中将“AnimationType”的值从2改为1

 

 

3. 按同样的操作方法,切换成“Normal”选项,会观察到“Inspector”中的变化

 

4. 警告提示消息消失,问题解决

posted @ 2014-06-15 09:22  ing...  阅读(1881)  评论(0)    收藏  举报