mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-22 10:34:54 -05:00
Dispose Vrm10Instance
This commit is contained in:
@@ -96,5 +96,10 @@ namespace UniVRM10
|
||||
GetOrCreate().Process();
|
||||
}
|
||||
}
|
||||
|
||||
private void OnDestroy()
|
||||
{
|
||||
GetOrCreate().Dispose();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user