IndexOutOfRangeException: Index was outside the bounds of the array.
NuitrackSDK.Tutorials.FaceTracker.BlendshapeWeights.getJawOpenYRatio (UnityEngine.Vector2[] points) (at Assets/NuitrackSDK/Tutorials/FaceTracker/BlendshapeWeights.cs:118)
NuitrackSDK.Tutorials.FaceTracker.BlendshapeWeights.GetJawOpen (nuitrack.Face face) (at Assets/NuitrackSDK/Tutorials/FaceTracker/BlendshapeWeights.cs:22)
NuitrackSDK.Tutorials.AnimatedEmoji.FaceAnimController.UpdateFace (nuitrack.Face face, NuitrackSDK.UserData+SkeletonData+Joint headJoint) (at Assets/NuitrackSDK/Tutorials/Animated Emoji/Final Assets/Scripts/FaceAnimController.cs:60)
NuitrackSDK.Tutorials.AnimatedEmoji.FaceAnimManager.Update () (at Assets/NuitrackSDK/Tutorials/Animated Emoji/Final Assets/Scripts/FaceAnimManager.cs:45)
Face detection (face landmark) is limited to 21 points, but the BlendshapeWeights script is waiting for 31 points, which gives the error IndexOutOfRangeException. Is there a solution to this problem ?