mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-20 17:57:57 -05:00
remove debug log
This commit is contained in:
parent
cce076d324
commit
a1249a7937
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user