MecAnim

Animator Component

  Any GameObject that has an avatar will also have an Animator component, which is the link between the character and its behavior.

  只要有avatar就会有Animator Component,Animator Component连接了character & its behavior.

  MecAnim

  上图看到Animator组件有 Controller & Avatar 2个reference,显然起到连接avatar和controller的作用。

Apply Root Motion Should we control the character‘s position from the animation itself or from script.
Animate Physics Should the animation interact with physics?

Animator Controller

  By Animator Controller animation behaviour is added to an object. You can drop the controller onto the Animator component of any character with an Avatar in the Hierarchy View.

Animation Layers

  Unity uses Animation Layers for managing complex state machines for different body parts. An example of this is if you have a lower-body layer for walking-jumping, and an upper-body layer for throwing objects / shooting.

  MecAnim

  Blending type Override means information from other layers will be ignored, while Additive means that the animation will be added on top of previous layers.

MecAnim

上一篇:Cassandra1.2文档学习(18)—— CQL数据模型(下)


下一篇:Longest Consecutive Sequence