Skip to content

Commit

Permalink
fixed texture import setting
Browse files Browse the repository at this point in the history
  • Loading branch information
julienkay committed Apr 7, 2023
1 parent df6e681 commit 2a694b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor/PNGImportProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ private void OnPreprocessTexture() {
textureImporter.sRGBTexture = false;
textureImporter.filterMode = FilterMode.Point;
textureImporter.mipmapEnabled = false;
textureImporter.alphaIsTransparency = true;
textureImporter.alphaIsTransparency = false;
}
}
}

0 comments on commit 2a694b0

Please sign in to comment.