diff --git a/Editor/Postprocessor/Atlas/EditorSpriteSaveInfo.cs b/Editor/Postprocessor/Atlas/EditorSpriteSaveInfo.cs index f4ec75d..909eedb 100644 --- a/Editor/Postprocessor/Atlas/EditorSpriteSaveInfo.cs +++ b/Editor/Postprocessor/Atlas/EditorSpriteSaveInfo.cs @@ -44,7 +44,6 @@ public static class EditorSpriteSaveInfo { ti.textureType = TextureImporterType.Sprite; ti.spriteImportMode = SpriteImportMode.Single; - Debug.Log("设置Sprite"); modify = true; }