mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-23 11:05:29 -05:00
Merge pull request #2375 from ousttrue/fix/workaround_urp_editor_import
URP プロジェクトで matcap を含むモデルを Editor import するとエラーになるのを回避(暫定)
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user