Summary
Preload an animation asset without playing it.
This method will always create a new motion layer if no existing layer is using the same asset.
Syntax
public void PreloadAnimationAsset(AnimationClip animationClip)
Parameters
Name | Type | Description |
---|---|---|
animationClip | AnimationClip | The animation clip to preload. |