mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-08 20:08:53 -05:00
exception
This commit is contained in:
@@ -44,12 +44,12 @@ namespace UniGLTF
|
||||
|
||||
if (exception is UniGLTFNotSupportedException ex)
|
||||
{
|
||||
// skip
|
||||
Debug.LogWarning($"LoadError: {path}: {ex}");
|
||||
}
|
||||
else
|
||||
{
|
||||
Debug.LogError($"LoadError: {path}: {exception}");
|
||||
Debug.LogError($"LoadError: {path}");
|
||||
Debug.LogException(exception);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user