preview scene の破棄タイミングを変更

This commit is contained in:
ousttrue
2021-05-25 16:03:36 +09:00
parent 3e16a2f492
commit e40fd2296a

View File

@@ -99,10 +99,6 @@ namespace UniVRM10
m_renderer.Dispose();
m_renderer = null;
}
}
protected virtual void OnDestroy()
{
if (m_scene != null)
{
//Debug.LogFormat("OnDestroy");