Search Issue Tracker
Won't Fix
Votes
0
Found in
5.3.4p4
Issue ID
791441
Regression
No
[iOS][GLES]DepthTextureMode.Depth on Metal Devices produces artifacts
Repro steps:
1) Open the project and demo scene.scene
2) Change the Graphics API for iOS to GLES2/3
3) Build and run it on newer device, that supports Metal (f.e. iPhone6+)
4) Notice that the depth texture produces blue artifacts(screenshot 1)
5) Change the API to Metal or build and run it on an older device (f.e. iPad2)
6) Notice there are no more blue artifacts (screenshot 2)
Actual/Expected behaviour can be seen in screenshots
Reproduced in: 5.3.4p4; 5.2.4f1
On 5.4.0b16 depth texture is not working at all on Metal devices
Reproduces only on GLES2 and GLES3, no artifacts when API is metal
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
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
Resolution Note:
Please consider using Metal on supporting devices and use GLES2 only on non-Metal devices.