mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-12 22:10:11 -05:00
Dispose gameobject
This commit is contained in:
@@ -58,7 +58,7 @@ namespace UniGLTF
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
UnityObjectDestoyer.DestroyRuntimeOrEditor(this);
|
||||
UnityObjectDestoyer.DestroyRuntimeOrEditor(this.gameObject);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user