Version: 2022.1
动画系统概述
动画剪辑

Rotation in animations

You can use Unity to animate your GameObject’s rotations. There are different methods of applying these rotations to suit your project best.

See Rotation and orientation in Unity for more information on rotational representations.

Rotation interpolation

You can use the Animation window to choose how Unity applies rotation to your GameObject. Unity uses interpolation to calculate how a GameObject visually moves from one orientation to another in your animation.

Different interpolation methods look different in motion, but have the same result. Unity offers three types of interpolation for your animations:

The Animation window, with the interpolation menu expanded to show the rotation interpolation options.
The Animation window, with the interpolation menu expanded to show the rotation interpolation options.

Euler angle interpolation

Euler Angles interpolation applies the full range of motion to the GameObject specified by the angles you enter; if the rotation is greater than 360 degrees, the GameObject rotates fully before it stops at the correct orientation.

Euler Angles (Quaternion) interpolation uses the above interpolation method but bakes the information into a quaternion curve. This method uses more memory but results in a slightly faster runtime.

Quaternion interpolation

Quaternion interpolation rotates the GameObject across the shortest distance to a particular orientation. For example, regardless of whether the rotation value is 5 degrees or 365 degrees, the GameObject rotates 5 degrees.

External animation sources

Animation from external sources often contains rotational keyframe animation in Euler format. Unity resamples these animations and generates new keyframes for each frame in the animation to avoid rotations that exceed the valid range of rotational quaternions.

For example, if you have two keyframes that are six frames apart with the x value going from 0 to 270 degrees, the GameObject rotates 90 degrees in the opposite direction because it’s the shortest way to get to the same result. Instead, Unity resamples and adds a keyframe on every frame, so the rotation is only 45 degrees between keyframes and the rotation is correct.

Resolve rotation problems with external animation sources

If the quaternion resampling of the imported animation doesn’t match the original closely enough for your needs, you can turn off animation resampling and use the original Euler animation keyframes at runtime. For more information, see Euler curve resampling.

其他资源

动画系统概述
动画剪辑
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961