Merge remote-tracking branch 'origin/master'

This commit is contained in:
NathanSweet 2014-12-11 03:16:50 +01:00
commit 5d8e907b93

View File

@ -390,6 +390,7 @@ public class SpineEditorUtilities : AssetPostprocessor {
TextureImporter texImporter = (TextureImporter)TextureImporter.GetAtPath(texturePath);
texImporter.textureFormat = TextureImporterFormat.AutomaticTruecolor;
texImporter.mipmapEnabled = false;
texImporter.alphaIsTransparency = false;
texImporter.maxTextureSize = 2048;
EditorUtility.SetDirty(texImporter);