Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
7.1.8
Issue ID
1214237
Regression
No
[Android] [URP, Vulkan] Meshes flickering on Mali GPUs with SRP batching enabled
Steps to reproduce:
1. Open user-supplied project
2. Build and Run
Expected: the scene does not flicker
Actual: the scene flickers
Reproduced in: 2019.3.0f6, 2020.1.0a22
Not reproduced in: 2019.2.21f1 (Can't Build), 2018.4.17f1 (Can't Build)
Notes: Only repro on Vulkan, no repro without SRP batching
No repro on: Windows
No repro on:
VLNQA00315, Samsung Galaxy Note10 (SM-N970U), Android 9, CPU: Snapdragon 855 SM8150, GPU: Adreno (TM) 640
VLNQA00319, Google Pixel 4 (Pixel 4), Android 10, CPU: Snapdragon 855 SM8150, GPU: Adreno (TM) 640
VLNQA00202, Samsung Galaxy Note9 (SM-N9600), Android 9, CPU: Snapdragon 845 SDM845, GPU: Adreno (TM) 630
Apple iPhone 8 Plus
Repro on:
VLNQA00175, Samsung Galaxy Note9 (SM-N960F), Android 9, CPU: Exynos 9 Series 9810, GPU: Mali-G72
VLNQA00288, Samsung Galaxy J7 (SM-J730F), Android 8.1.0, CPU: Exynos 7 Octa 7870, GPU: Mali-T830
VLNQA00322, Huawei P30 Pro (VOG-L29), Android 9, CPU: HiSilicon Kirin 980, GPU: Mali-G76
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:
The log says "Vulkan: Too much vertex data per render pass detected, starting a new render pass as workaround. (only logged once)". This means that too much geometry is being rendered. Reducing the amount of geometry will fix the flickering.