This commit is contained in:
pochang007 2021-01-27 06:49:26 +09:00
parent 4e4cc1150c
commit 39e3c6faa0

View File

@ -68,7 +68,7 @@ namespace VRM
SelectedIndex = GUILayout.SelectionGrid(SelectedIndex, array, 4);
}
if (GUILayout.Button("Ceate BlendShapeClip"))
if (GUILayout.Button("Create BlendShapeClip"))
{
var dir = Path.GetDirectoryName(AssetDatabase.GetAssetPath(m_avatar));
var path = EditorUtility.SaveFilePanel(