private static void MenuClick() { EditorUtil.ExportUnityPackage(mAssetPathName, EditorUtil.GenerateUnityPackageName()); EditorUtil.OpenFolder(Path.Combine(Application.dataPath, "../"));//打开Assets文件夹的上一级文件夹 }