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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
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)."