|
@@ -81,7 +81,8 @@ namespace GFGEditor
|
|
}
|
|
}
|
|
|
|
|
|
[MenuItem("策划/其它/更新美术资源", false, (int)TOOL_MENU_PRIORITY.UpdateArtRes)]
|
|
[MenuItem("策划/其它/更新美术资源", false, (int)TOOL_MENU_PRIORITY.UpdateArtRes)]
|
|
- public static void UpdateArtRes()
|
|
|
|
|
|
+ public static void UpdateArtRes
|
|
|
|
+ ()
|
|
{
|
|
{
|
|
EditorUtility.DisplayProgressBar("进度", "正在更新美术资源", 1);
|
|
EditorUtility.DisplayProgressBar("进度", "正在更新美术资源", 1);
|
|
ProcessUtil.ExcuteBat("Assets/Editor/Bat/", "updateArtRes.bat");
|
|
ProcessUtil.ExcuteBat("Assets/Editor/Bat/", "updateArtRes.bat");
|