如何使用 Unity 创建剪辑
How to create a clip with Unity
如果这个问题已经得到回答,我很抱歉,但我找不到任何有用的东西。
我是 Unity 新手。最近买了Packt的书"Getting Started with Unity 5",跟着看了一半,现在卡住了
它说:
- In the Animation window, click on the up/down button to the right of the Idle_boy (Read-Only) text. This will bring up a list of
animations for the current character, as shown in the following
screenshot:
image from the book
- At the bottom of the current pop-up dialog, select [Create New Clip]. This will bring up a Create New Animation dialog window.
一切都很好,但是当我点击时,我的菜单没有"Create New Clip"选项,如图this screenshot
有没有人遇到过同样的问题?还有另一种方法可以从不同的菜单创建剪辑吗?
我使用的是 Unity 2017.1.0f3 个人版。
感谢任何帮助。谢谢!
我找到了使用另一个菜单实现此目的的方法。
在 Assets 列表中,我右键单击了一个文件夹,然后 Create > Animation。我重命名了新动画并将其拖放到层次结构视图中的 ThirdPersonController 上。如果有人遇到同样的问题,我希望这会有所帮助:)
如果这个问题已经得到回答,我很抱歉,但我找不到任何有用的东西。
我是 Unity 新手。最近买了Packt的书"Getting Started with Unity 5",跟着看了一半,现在卡住了
它说:
- In the Animation window, click on the up/down button to the right of the Idle_boy (Read-Only) text. This will bring up a list of animations for the current character, as shown in the following screenshot: image from the book
- At the bottom of the current pop-up dialog, select [Create New Clip]. This will bring up a Create New Animation dialog window.
一切都很好,但是当我点击时,我的菜单没有"Create New Clip"选项,如图this screenshot
有没有人遇到过同样的问题?还有另一种方法可以从不同的菜单创建剪辑吗? 我使用的是 Unity 2017.1.0f3 个人版。
感谢任何帮助。谢谢!
我找到了使用另一个菜单实现此目的的方法。
在 Assets 列表中,我右键单击了一个文件夹,然后 Create > Animation。我重命名了新动画并将其拖放到层次结构视图中的 ThirdPersonController 上。如果有人遇到同样的问题,我希望这会有所帮助:)