We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df6e681 commit 2a694b0Copy full SHA for 2a694b0
Editor/PNGImportProcessor.cs
@@ -16,7 +16,7 @@ private void OnPreprocessTexture() {
16
textureImporter.sRGBTexture = false;
17
textureImporter.filterMode = FilterMode.Point;
18
textureImporter.mipmapEnabled = false;
19
- textureImporter.alphaIsTransparency = true;
+ textureImporter.alphaIsTransparency = false;
20
}
21
22
0 commit comments