diff --git a/Assets/VRM10_Samples/VRM10Viewer/VRM10ViewerUI.cs b/Assets/VRM10_Samples/VRM10Viewer/VRM10ViewerUI.cs index 8a8ca682a..7b56b4676 100644 --- a/Assets/VRM10_Samples/VRM10Viewer/VRM10ViewerUI.cs +++ b/Assets/VRM10_Samples/VRM10Viewer/VRM10ViewerUI.cs @@ -450,6 +450,9 @@ namespace UniVRM10.VRM10Viewer ct: cancellationToken); if (vrm10Instance != null) { + // test. error にならなければよい + vrm10Instance.Runtime.Expression.SetWeight(ExpressionKey.Aa, 0); + if (cancellationToken.IsCancellationRequested) { UnityObjectDestoyer.DestroyRuntimeOrEditor(vrm10Instance.gameObject);