Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.3.2f1
Issue ID
1118453
Regression
No
[Android] Visual artifacts in Android Player due to rounding errors on GLES3 builds with YUV image encoding
Steps to reproduce:
1. Open the attached project
2. Build and Run to android device
3. Compare the image on the device to the one in the editor. Notice that it's striped/glitched out (editor.png vs player.png)
Reproducible with: 2017.4.18f1, 2018.3.0b1, 2018.3.0f1, 2018.3.3f2, 2019.1.0b1, 2019.2.0a3
Notes:
- Tested on OpenGLES3. Vulkan works fine on all devices, OpenGLES2 results in a pink screen
DUT:
Reproducible with:
Samsung Galaxy S9+ (SM-G965F), Android 8.0.0, CPU: Exynos 9 Series 9810, GPU: Mali-G72
Samsung Galaxy S7 (SM-G930F), Android 7.0, CPU: Exynos 8 Octa 8890, GPU: Mali-T880
Samsung Galaxy S4 (GT-I9505), Android 5.0.1, CPU: Snapdragon S4 Plus MSM8960, GPU: Adreno (TM) 320
Not reproducible with:
Samsung Galaxy S8 (SM-G950U), Android 7.0, CPU: Snapdragon 835 MSM8998, GPU: Adreno (TM) 540
Google Pixel XL (Pixel XL), Android 9, CPU: Snapdragon 821 MSM8996 Pro, GPU: Adreno (TM) 530
Samsung Galaxy S7 (SM-G930V), Android 7.0, CPU: Snapdragon 820 MSM8996, GPU: Adreno (TM) 530
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
Resolution Note (2019.2.X):
Shader is using "float" types for columns/rows/indexes that introduces precision errors. Changing appropriate variable types to integers fixes the issue.