Skip to content

Commit

Permalink
fix: tentative fix for custom face error
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonHough committed Aug 14, 2024
1 parent 8ff738a commit 45cbb15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Editor/MetaMovementSetupTool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ private static void SetupFaceTracking(GameObject activeGameObject)
{
arkitFaceComponent = mesh.gameObject.AddComponent<ARKitFace>();
}
arkitFaceComponent.OnBeforeSerialize();
MetaMovementHelper.ApplyARKitFaceSettings(arkitFaceComponent);
EditorUtility.SetDirty(arkitFaceComponent);
}
Expand Down

0 comments on commit 45cbb15

Please sign in to comment.