public void Setup()
 {
     m_Window = ShapeEditorWindow.CreateInstance <ShapeEditorWindow>();
     m_Window.Show(true);
 }