static public void ShowConfig() { InitConfig win = (InitConfig)EditorWindow.GetWindow(typeof(InitConfig)); win.Show(); }