mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-27 13:23:44 -05:00
feat: Remove a log in RuntimeGltfInstance.OnDestroy
This commit is contained in:
@@ -223,7 +223,6 @@ namespace UniGLTF
|
||||
|
||||
void OnDestroy()
|
||||
{
|
||||
Debug.Log("UnityResourceDestroyer.OnDestroy");
|
||||
foreach (var (_, obj) in _resources)
|
||||
{
|
||||
UnityObjectDestroyer.DestroyRuntimeOrEditor(obj);
|
||||
|
||||
Reference in New Issue
Block a user