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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
Please consider using Metal on supporting devices and use GLES2 only on non-Metal devices.