Search Issue Tracker
Won't Fix
Votes
1
Found in
5.4.2f1
Issue ID
857004
Regression
No
[iOS] Transparent areas of a texture become opaque after un-premultiplication on iPhone 6* with Metal
On iPhone 6 Plus and 6S Plus, when shader performs un-premultiplication of a pre-multiplied texture, all the transparent areas turn opaque black.
Steps to reproduce:
1) Open the attached project.
2) Build for iOS.
3) Deploy on iPhone (6, 6S, 6+, 6S+).
There are two textures in the scene. The left one has un-premultiplication applied via a shader. The transparent areas of this texture are completely black. The texture without un-premultiplication doesn't have this behaviour. This issue only occurs with Metal as the Graphics API.
Reproduced on:
5.6.0a6, 5.4.3p2, 5.2.4f1
Devices that reproduced the issue:
iPhone 6 iOS 10.0
iPhone 6+ iOS 10.0
iPhone 6 iOS 9.0.2
Did not reproduce on:
iPhone 7 iOS 10.2
iPad Mini iOS 9.3.5
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Memory usage rises when switching scenes with GRD enabled and a loaded texture in URP
- [Quality Hackweek] Terrain Brush Size value is not serialized after deselecting the terrain when using the first instance of multiple Inspectors
- "NullReferenceException" is thrown when setting a long string in TMP with "Atlas Population Mode" set to "Dynamic" and "Multi Atlas Textures" enabled
- TextMeshPro text is misaligned when alignment is set via script
- A DX11 shader error is thrown when compiling shaders for platforms without DX11 support
hk1ll3r
Mar 12, 2020 20:31
got any solution to this?