Class BeforeTinyAnimationConversion
During conversion, Tiny Animation converts every AnimationClip assets it finds.
If your conversion system needs to run before animation clips are converted, add [UpdateBefore(typeof(BeforeTinyAnimationConversion))] to it.
Inheritance
BeforeTinyAnimationConversion
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 BeforeTinyAnimationConversion : GameObjectConversionSystem
Remarks
Runs in group: GameObjectConversionGroup.
Methods
OnUpdate()
Declaration
protected override void OnUpdate()