diff --git a/Assets/UniGLTF/Tests/UniGLTF/LoadTests.cs b/Assets/UniGLTF/Tests/UniGLTF/LoadTests.cs index acab2b4fb..d479880e1 100644 --- a/Assets/UniGLTF/Tests/UniGLTF/LoadTests.cs +++ b/Assets/UniGLTF/Tests/UniGLTF/LoadTests.cs @@ -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); } }