From ceea9a294aa444b3be30b3c81dc20e3fbdbfc061 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Fri, 20 Dec 2024 15:43:35 +0900 Subject: [PATCH] Debug.Log --- Assets/VRM10/Editor/ScriptedImporter/VrmaScriptedImporter.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/VRM10/Editor/ScriptedImporter/VrmaScriptedImporter.cs b/Assets/VRM10/Editor/ScriptedImporter/VrmaScriptedImporter.cs index d8c35eec4..da1791206 100644 --- a/Assets/VRM10/Editor/ScriptedImporter/VrmaScriptedImporter.cs +++ b/Assets/VRM10/Editor/ScriptedImporter/VrmaScriptedImporter.cs @@ -45,7 +45,6 @@ namespace UniVRM10 loaded.TransferOwnership((k, o) => { - Debug.Log(o); context.AddObjectToAsset(k.Name, o); });