Class AfterTinyAnimationResolution
After conversion, Tiny Animation resolves the bindings found in the AnimationClip assets it has converted.
If your conversion system depends on resolved animation bindings, add [UpdateAfter(typeof(AfterTinyAnimationResolution))] to it.
Inheritance
AfterTinyAnimationResolution
Inherited Members
GameObjectConversionSystem.ForkSettings(System.Byte)
GameObjectConversionSystem.ShouldRunConversionSystem()
GameObjectConversionSystem.GetBuildConfigurationComponent<T>()
GameObjectConversionSystem.TryGetBuildConfigurationComponent<T>(T)
GameObjectConversionSystem.ShouldRunConversionSystem(System.Type)
GameObjectConversionSystem.BuildHasType(System.Type)
GameObjectConversionSystem.BuildHasType(System.Type[])
GameObjectConversionSystem.OnCreateForCompiler()
GameObjectConversionSystem.IsBuildingForEditor
GameObjectConversionSystem.BuildConfigurationGUID
Unity.Entities.ComponentSystem.OnCreateForCompiler()
Namespace: Unity.Tiny.Animation.Editor
Syntax
public class AfterTinyAnimationResolution : GameObjectConversionSystem
Remarks
Runs in group: GameObjectAfterConversionGroup.
Methods
OnUpdate()
Declaration
protected override void OnUpdate()