void OnDestroy() { if (mState == LocationState.Enabled) { Input.location.Stop(); } queue.StopLoop(); }
void OnDestroy() { queue.StopLoop(); }