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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
hk1ll3r
Mar 12, 2020 20:31
got any solution to this?