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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
Please consider using Metal on supporting devices and use GLES2 only on non-Metal devices.