From d77470d244411d0a1edc7c189c4e6e514ee9f330 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Thu, 19 Apr 2018 22:06:49 +0900 Subject: [PATCH] SetDirty when apply --- Scripts/BlendShape/Editor/BlendShapeAvatarEditor.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripts/BlendShape/Editor/BlendShapeAvatarEditor.cs b/Scripts/BlendShape/Editor/BlendShapeAvatarEditor.cs index a681620f9..3746edb6b 100644 --- a/Scripts/BlendShape/Editor/BlendShapeAvatarEditor.cs +++ b/Scripts/BlendShape/Editor/BlendShapeAvatarEditor.cs @@ -136,6 +136,7 @@ namespace VRM { string maxWeightString; CurrentClip.Values = GetBindings(out maxWeightString); + EditorUtility.SetDirty(CurrentClip); } EditorGUILayout.EndHorizontal();