mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-22 02:24:57 -05:00
Rethrow Exception
This commit is contained in:
@@ -263,7 +263,7 @@ namespace UniGLTF
|
||||
}
|
||||
catch(StackOverflowException ex)
|
||||
{
|
||||
Debug.LogError("[UniVRM Import Error] json parsing failed, nesting is too deep.\n" + ex);
|
||||
throw new Exception("[UniVRM Import Error] json parsing failed, nesting is too deep.\n" + ex);
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user