diff --git a/Assets/VRM10/Runtime/IO/Material/URP/Export/UrpVrm10MaterialExporter.cs b/Assets/VRM10/Runtime/IO/Material/URP/Export/UrpVrm10MaterialExporter.cs index fce636cdb..1651bc7fd 100644 --- a/Assets/VRM10/Runtime/IO/Material/URP/Export/UrpVrm10MaterialExporter.cs +++ b/Assets/VRM10/Runtime/IO/Material/URP/Export/UrpVrm10MaterialExporter.cs @@ -10,10 +10,8 @@ namespace UniVRM10 public glTFMaterial ExportMaterial(Material m, ITextureExporter textureExporter, GltfExportSettings settings) { - Debug.Log(1); if (MToonExporter.TryExportMaterial(m, textureExporter, out var dst)) { - Debug.Log(2); return dst; } else