diff --git a/Scripts/LyumaAv3Runtime.cs b/Scripts/LyumaAv3Runtime.cs index 9f4cb2a..23096ec 100644 --- a/Scripts/LyumaAv3Runtime.cs +++ b/Scripts/LyumaAv3Runtime.cs @@ -460,7 +460,7 @@ void Awake() playableBlendingStates.Clear(); actionIndex = fxIndex = gestureIndex = additiveIndex = sittingIndex = -1; - Animator[] animators = this.gameObject.GetComponentsInChildren(); + Animator[] animators = this.gameObject.GetComponentsInChildren(true); Debug.Log("anim len "+animators.Length); foreach (Animator anim in animators) {