Skip to content

Commit

Permalink
Merge pull request #336 from pharan/patch-1
Browse files Browse the repository at this point in the history
Fix 2D Projects breaking PMA atlases.
  • Loading branch information
Fenrisul committed Dec 6, 2014
2 parents 3ed63ef + 987f4a1 commit 39ce4b2
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -390,6 +390,7 @@ public static class Icons {
TextureImporter texImporter = (TextureImporter)TextureImporter.GetAtPath(texturePath);
texImporter.textureFormat = TextureImporterFormat.AutomaticTruecolor;
texImporter.mipmapEnabled = false;
texImporter.alphaIsTransparency = false;
texImporter.maxTextureSize = 2048;

EditorUtility.SetDirty(texImporter);
Expand Down

0 comments on commit 39ce4b2

Please sign in to comment.