Search Issue Tracker
By Design
Votes
0
Found in
2018.3.0b2
Issue ID
1084639
Regression
No
[Android][iOS] Resolving MSAA Depth RT with custom blit shader results in white screen on GLES3
To reproduce:
1. Open attached project "MSAADepthBug.zip"
2. Open "MSAADepthBugDemo.unity" scene
3. Build for iOS device
4. Deploy the Xcode project to the iOS device
Expected result: a grey sphere is seen moving from top to middle of the screen (the sphere is really hard to see so maximize screen brightness to see it clearer)
Actual result: the screen only shows a dark grey color
Reproduced on:
OpenGLES3 OpenGLES2(getting black screen)
2017.4.12f1 2018.1.9f2 2018.2.10f1 2018.3.0b2 2019.1.0a2
Devices reproduced on:
iPhone 7 Plus iOS 11.1.1 (black screen)
iPhone 7 Plus iOS 12.0 (black screen)
iPhone X iOS 11.3.1 (dark grey screen)
VLNQA00144, Samsung Galaxy S9 (SM-G960U1), Android 8.0.0, CPU: Snapdragon 845 SDM845, GPU: Adreno (TM) 630
Notes:
Works fine on Metal
On 2018.1.9f2 and earlier screen only shows black color
Also getting a black screen on MacOS 10.13.6 with OpenGLCore.
On Android device GLES2 getting only white screen, on GLES3 getting the grey sphere but the background is white. Works fine on Vulkan.
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 (2019.1.X):
The shader is missing "#pragma require msaatex" or "#pragma target 4.5". When either is added to the shader, it starts working.