|
|
|
@ -12,6 +12,7 @@ namespace UnityEngine.Animations.Rigging |
|
|
|
[RequireComponent(typeof(Animator))] |
|
|
|
[DisallowMultipleComponent, ExecuteInEditMode, AddComponentMenu("Animation Rigging/Setup/Rig Builder")] |
|
|
|
[HelpURL("https://docs.unity3d.com/Packages/com.unity.animation.rigging@1.3/manual/RiggingWorkflow.html#rig-builder-component")] |
|
|
|
[DefaultExecutionOrder(9999)] |
|
|
|
public class RigBuilder : MonoBehaviour, IAnimationWindowPreview, IRigEffectorHolder |
|
|
|
{ |
|
|
|
[SerializeField] private List<RigLayer> m_RigLayers; |
|
|
|
|