guodong 1 سال پیش
والد
کامیت
af47cbdf46
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      GameClient/Assets/Editor/ArtsRes/TextureSetting/TextureImporterSetting .cs

+ 4 - 1
GameClient/Assets/Editor/ArtsRes/TextureSetting/TextureImporterSetting .cs

@@ -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);
+                }
             }
         }
     }