From 07970b78638f421fd4c57b2c39ec59aa11bc555d Mon Sep 17 00:00:00 2001 From: tsgcpp <19503967+tsgcpp@users.noreply.github.com> Date: Sat, 30 Dec 2023 00:34:40 +0900 Subject: [PATCH] feat: Remove a log in RuntimeGltfInstance.OnDestroy --- Assets/UniGLTF/Runtime/UniGLTF/RuntimeGltfInstance.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/UniGLTF/Runtime/UniGLTF/RuntimeGltfInstance.cs b/Assets/UniGLTF/Runtime/UniGLTF/RuntimeGltfInstance.cs index 0496e80df..99cfaf86b 100644 --- a/Assets/UniGLTF/Runtime/UniGLTF/RuntimeGltfInstance.cs +++ b/Assets/UniGLTF/Runtime/UniGLTF/RuntimeGltfInstance.cs @@ -223,7 +223,6 @@ namespace UniGLTF void OnDestroy() { - Debug.Log("UnityResourceDestroyer.OnDestroy"); foreach (var (_, obj) in _resources) { UnityObjectDestroyer.DestroyRuntimeOrEditor(obj);