Search Issue Tracker
By Design
Votes
1
Found in
2019.4
2019.4.33f1
2020.3
2021.2
2022.1
2022.2
Issue ID
1407023
Regression
No
DrawMeshInstancedIndirect renders incorrectly on some devices
Reproduction steps:
1. Open project "Unity-DrawMeshInstancedIndirect-master"
2. Open Scenes/SampleScene
3. Build and Run
Expected result: Many floating letters are rendered
Actual result: A single letter or no letters are rendered
Reproducible with: 2019.4.36f1, 2020.3.30f1, 2021.2.13f1, 2022.1.0b9, 2022.2.0a8
Reproducible with these devices (a single letter is rendered):
VLNQA00122 - Samsung Galaxy S9 (SM-G960F), CPU: Exynos 9 Series 9810, GPU: Mali-G72, OS: 10.0.0
VLNQA00331 - HUAWEI P20 lite (ANE-LX1), CPU: HiSilicon Kirin 659, GPU: Mali-T830, OS: 9
Reproducible with this device (no letters are rendered):
VLNQA00285 - Samsung Galaxy J4 Core (SM-J410F), CPU: Snapdragon 425 MSM8917, GPU: Adreno 308, OS: 8.1.0
Not reproducible with these devices:
VLNQA00414 - Galaxy Note10+ 5G (SM-N976V), CPU: Snapdragon 855 SM8150, GPU: Adreno 640, OS: 9
VLNQA00321 - Xiaomi MI 9 (MI 9), CPU: Snapdragon 855 SM8150, GPU: Adreno 640, OS: 10.0.0
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
- Missing Render Feature "Full Screen Pass Render Feature" in any “Universal Renderer Data” asset when upgrading from 2022.3
- Inconsistent ParticleSystemVertexStream.PercentageAlongTrail data range in Trail Texture Modes except "Stretch"
- The Graph Debug Window can be right clicked through and the Node Workspace is manipulated instead
- [Linux] Top left corner of the screen is unresponsive when the Editor recompiles
- [Android] [Vulkan] Cubes stuck on the first few frames of rotation and application flickering when an Overlay Camera is added to the Camera Stack with MSAA enabled
Resolution Note (2022.2.X):
By design GPU driver limitation: User's shader requires more buffers than the GPU supports. "GLSL link error: The number of vertex shader storage blocks (2) is greater than the maximum number allowed (0)."