Search Issue Tracker
Fixed in 5.5.0f3
Votes
0
Found in
5.5.2p4
Issue ID
895841
Regression
Yes
[TextureImporter] 8bit images with alpha get imported as RGB not RGBA, 16bit images with alpha ignored in all 5.5.2 patches
Reproduction Steps:
1. Import attached project.
2. Go to the Assets folder in your project files.
3. Observe how the "a-upper" is an RGBA image.
4. In Unity, select and reimport "a-upper" in Assets.
Expected result: Image is imported as an RGBA texture.
Actual result: Image is imported as an RGB texture.
Reproducible with: 5.5.2p1 - 5.5.2p4
Not reproducible with: 5.5.2f1
Regression introduced in: 5.5.2p1
Note #1: If Compression is set to "High Quality", the texture becomes RGBA. However, the alpha still seems to have issues. (Image attached)
Note #2: This is a known 5.6 issue that has been resolved (see case 890681). However, it seems have been back ported in 5.5.
Note #3: 16bit textures(per channel) alphas are not imported at all.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Add comment