Merge pull request #2375 from ousttrue/fix/workaround_urp_editor_import

URP プロジェクトで matcap を含むモデルを Editor import するとエラーになるのを回避(暫定)
This commit is contained in:
ousttrue
2024-07-23 15:41:10 +09:00
committed by GitHub

View File

@@ -59,7 +59,8 @@ namespace UniGLTF
}
else
{
throw new Exception($"{key} is not converted.");
// throw new Exception($"{key} is not converted.");
Debug.LogWarning($"{key} is not converted.");
}
}