Browse Source

Merge remote-tracking branch 'origin/master'

NathanSweet 10 years ago
parent
commit
5d8e907b93
1 changed files with 1 additions and 0 deletions
  1. 1 0
      spine-unity/Assets/spine-unity/Editor/SpineEditorUtilities.cs

+ 1 - 0
spine-unity/Assets/spine-unity/Editor/SpineEditorUtilities.cs

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