Class BeforeTinyAnimationResolution
After conversion, Tiny Animation resolves the bindings found in the AnimationClip assets it has converted.
If your conversion system needs to run before animation bindings are resolved, add [UpdateBefore(typeof(BeforeTinyAnimationResolution))] to it.
Inheritance
BeforeTinyAnimationResolution
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 BeforeTinyAnimationResolution : GameObjectConversionSystem
Remarks
Runs in group: GameObjectAfterConversionGroup.
Methods
OnUpdate()
Declaration
protected override void OnUpdate()