Class BeforeTinyAnimationResolution
After conversion, Tiny Animation resolves the bindings found in the
If your conversion system needs to run before animation bindings are resolved, add [UpdateBefore(typeof(BeforeTinyAnimationResolution))] to it.
Namespace: Unity.Tiny.Animation.Editor
Syntax
public class BeforeTinyAnimationResolution : GameObjectConversionSystem
Remarks
Runs in group:
Methods
OnUpdate()
Declaration
protected override void OnUpdate()