AnimationUtility.SetAdditiveReferencePose

Cambiar al Manual
public static void SetAdditiveReferencePose (AnimationClip clip, AnimationClip referenceClip, float time);

Parámetros

clipThe animation clip to be used.
referenceClipThe animation clip containing the reference pose.
timeTime that defines the reference pose in referenceClip.

Descripción

Set the additive reference pose from referenceClip at time for animation clip clip.

By default any animation clip used in an additive layer use the pose at time 0 to define the reference pose. This is a big limitation as the reference pose need to be in the played clip.
This function allow you to change this behaviour and use a reference pose from any clip.