Skip to content

Commit 2a694b0

Browse files
committed
fixed texture import setting
1 parent df6e681 commit 2a694b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Editor/PNGImportProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ private void OnPreprocessTexture() {
1616
textureImporter.sRGBTexture = false;
1717
textureImporter.filterMode = FilterMode.Point;
1818
textureImporter.mipmapEnabled = false;
19-
textureImporter.alphaIsTransparency = true;
19+
textureImporter.alphaIsTransparency = false;
2020
}
2121
}
2222
}

0 commit comments

Comments
 (0)