void OnBecameInvisible()
 {
     SceneView.SetActiveEditorsDirty();
 }
 void OnBecameVisible()
 {
     SceneView.SetActiveEditorsDirty(true);
 }