internal static void Release(MySingleInstance instance)
 {
     instance.ReleaseLodProxies();
     m_objectPool.Deallocate(instance);
 }