feat: Remove a log in RuntimeGltfInstance.OnDestroy

This commit is contained in:
tsgcpp 2023-12-30 00:34:40 +09:00
parent e3d4ea53e8
commit 07970b7863

View File

@ -223,7 +223,6 @@ namespace UniGLTF
void OnDestroy()
{
Debug.Log("UnityResourceDestroyer.OnDestroy");
foreach (var (_, obj) in _resources)
{
UnityObjectDestroyer.DestroyRuntimeOrEditor(obj);