public void CoachingInProgress() { DisableControls.Raise(); myARSession.Reset(); #if UNITY_IOS myARSession.GetComponent <ARKitCoachingOverlay>().ActivateCoaching(true); #endif }