public static void Init() { GridConverter window = EditorWindow.GetWindow <GridConverter>("Grid Converter"); window.Show(); }