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