|
@@ -75,14 +75,14 @@ namespace GFGEditor
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- [MenuItem("策划/更新至内网版本", false, (int)TOOL_MENU_PRIORITY.BuildBundlesRes)]
|
|
|
|
- public static void ReleaseLocalVersion()
|
|
|
|
- {
|
|
|
|
- EditorUtility.DisplayProgressBar("进度", "正在更新至内网", 1);
|
|
|
|
- BuildDllHelper.BuildHotUpdateDll();
|
|
|
|
- //BuildScript.BuildCustomBundles(resArr, "BuildSetting");
|
|
|
|
- EditorUtility.ClearProgressBar();
|
|
|
|
- }
|
|
|
|
|
|
+ //[MenuItem("策划/更新至内网版本", false, (int)TOOL_MENU_PRIORITY.BuildBundlesRes)]
|
|
|
|
+ //public static void ReleaseLocalVersion()
|
|
|
|
+ //{
|
|
|
|
+ // EditorUtility.DisplayProgressBar("进度", "正在更新至内网", 1);
|
|
|
|
+ // BuildDllHelper.BuildHotUpdateDll();
|
|
|
|
+ // //BuildScript.BuildCustomBundles(resArr, "BuildSetting");
|
|
|
|
+ // EditorUtility.ClearProgressBar();
|
|
|
|
+ //}
|
|
|
|
|
|
[MenuItem("策划/其它/更新项目(会丢弃未推送内容)", false, (int)TOOL_MENU_PRIORITY.UpdateProject)]
|
|
[MenuItem("策划/其它/更新项目(会丢弃未推送内容)", false, (int)TOOL_MENU_PRIORITY.UpdateProject)]
|
|
static void UpdateProject()
|
|
static void UpdateProject()
|