From 999cb12e535bb3daff3191002f0ab9e2b29bb012 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Thu, 19 May 2022 14:29:57 +0900 Subject: [PATCH] rename --- Assets/VRM_Samples/BlendShapeMenu/AddBlankForPerfectSync.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/VRM_Samples/BlendShapeMenu/AddBlankForPerfectSync.cs b/Assets/VRM_Samples/BlendShapeMenu/AddBlankForPerfectSync.cs index 306057ea6..c5eff8cb5 100644 --- a/Assets/VRM_Samples/BlendShapeMenu/AddBlankForPerfectSync.cs +++ b/Assets/VRM_Samples/BlendShapeMenu/AddBlankForPerfectSync.cs @@ -62,8 +62,8 @@ namespace VRM.Sample.BlendShapeMenu "TongueOut", }; - [MenuItem("CONTEXT/BlendShapeAvatar/AddBlankForPerfectSync")] - public static void AddBlankForPerfectSync(MenuCommand command) + [MenuItem("CONTEXT/BlendShapeAvatar/Add ARKit FaceTracking BlendShapes")] + public static void AddARKitFaceTrackingBlendShapes(MenuCommand command) { // Debug.Log(command.context); var avatar = command.context as BlendShapeAvatar;