Unity animation笔记1

1 添加动画前应该注意,应该先对动画进行设置在截取动画段

 步骤一 project中找到要操作的游戏对象,在Rig中设置为legacy,store in root(new)然后点击apply

步骤二 选中animation选择相应的贞,制作动画

其中,wrap mode选择loop表示循环播放动画。

其他知识

Axes轴的添加

工具栏中Edit——》project setting——》input

让size增加一

eg name  play

    negative button  1(松开)

    positive button   1(按下)

原文地址:https://www.cnblogs.com/lv-sally/p/4495212.html