| 
					
				 | 
			
			
				@@ -155,8 +155,8 @@ namespace VEngine.Editor.Builds 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if(!string.IsNullOrEmpty(suitCfg.aniRes)) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 //立绘 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                resPath = ResPathUtil.GetDressUpPath(suitCfg.aniRes); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                hideFilePathList.Add(resPath); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                //resPath = ResPathUtil.GetDressUpPath(suitCfg.aniRes); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                //hideFilePathList.Add(resPath); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 //动画 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 resPath = ResPathUtil.GetDressUpAnimationDirPath(suitCfg.aniRes); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 hideDirPahtList.Add(resPath); 
			 |