| 
					
				 | 
			
			
				@@ -9,7 +9,10 @@ namespace GFGEditor 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             TextureImporter textureImporter = assetImporter as TextureImporter; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if (textureImporter != null) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                TextureAutoSet.ChangeTextureSetting(textureImporter); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                if(textureImporter.assetPath.StartsWith("Assets/Res/") || textureImporter.assetPath.StartsWith("Assets/ResIn/")) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    TextureAutoSet.ChangeTextureSetting(textureImporter); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 |