private void OnDestroy() { if (unityARAnchorManager != null) { unityARAnchorManager.Destroy(); } }
void OnDestroy() { unityARAnchorManager.Destroy(); }
void OnDestroy() { Debug.Log("I am a generate plane and I am being destroyed!"); unityARAnchorManager.Destroy(); }