From 02d30386b7321f189eecacec45879a0bd1091c54 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Mon, 11 Apr 2022 16:07:36 +0900 Subject: [PATCH] test --- Assets/VRM10_Samples/VRM10Viewer/VRM10ViewerUI.cs | 3 +++ 1 file changed, 3 insertions(+) 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);