This commit is contained in:
ousttrue
2022-04-11 16:07:36 +09:00
parent 4483a57784
commit 02d30386b7

View File

@@ -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);