PlayableAssetTransition.

Asset Property

Summary

[UnityEngine.SerializeField] The asset to play.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
PlayableAssetTransition

Syntax

public PlayableAsset Asset { get; set; }

Remarks

If you set this property and this transition has been played on multiple characters, you will need to call Animancer.Transition`1.ReconcileMainObject(Animancer.AnimancerGraph) for each of them to create new states for the newly assigned object.

Value

Type Description
PlayableAsset