|  | @@ -92,6 +92,7 @@ namespace GFGEditor
 | 
	
		
			
				|  |  |              Thread.Sleep(1000);
 | 
	
		
			
				|  |  |              EditorUtility.DisplayProgressBar("进度", "正在更新项目", 1);
 | 
	
		
			
				|  |  |              ProcessUtil.ExcuteBat("Assets/Editor/Bat/", "updateGame.bat");
 | 
	
		
			
				|  |  | +            AssetDatabase.Refresh();
 | 
	
		
			
				|  |  |              UpdateProjectRes();
 | 
	
		
			
				|  |  |              EditorUtility.ClearProgressBar();
 | 
	
		
			
				|  |  |          }
 |