From a1249a79373b5839a55b41fc484b95bb43fa8ad2 Mon Sep 17 00:00:00 2001 From: Masataka SUMI Date: Thu, 7 Nov 2024 22:24:08 +0900 Subject: [PATCH] remove debug log --- .../Runtime/IO/Material/URP/Export/UrpVrm10MaterialExporter.cs | 2 -- 1 file changed, 2 deletions(-) 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