public void Setup() { m_Window = ShapeEditorWindow.CreateInstance <ShapeEditorWindow>(); m_Window.Show(true); }
static void Init() { ShapeEditorWindow window = (ShapeEditorWindow)EditorWindow.GetWindow(typeof(ShapeEditorWindow)); window.Show(); }