diff --git a/Assets/UniGLTF/Editor/UniGLTF/ScriptedImporter/TextureExtractor.cs b/Assets/UniGLTF/Editor/UniGLTF/ScriptedImporter/TextureExtractor.cs index 8077b58b33..04a311fa9e 100644 --- a/Assets/UniGLTF/Editor/UniGLTF/ScriptedImporter/TextureExtractor.cs +++ b/Assets/UniGLTF/Editor/UniGLTF/ScriptedImporter/TextureExtractor.cs @@ -59,7 +59,8 @@ public void Extract(SubAssetKey key, TextureDescriptor texDesc) } else { - throw new Exception($"{key} is not converted."); + // throw new Exception($"{key} is not converted."); + Debug.LogWarning($"{key} is not converted."); } }