public static void Init() { EditorCanvas window = (EditorCanvas)EditorWindow.GetWindow(typeof(EditorCanvas)); window.Initialize(); window.Show(); }