Search Issue Tracker
Fixed
Fixed in 2021.3.36f1, 2022.3.21f1, 2023.2.13f1, 2023.3.0b9
Votes
4
Found in
2021.3.35f1
2022.3.19f1
2023.2.9f1
2023.3.0b6
Issue ID
UUM-63246
Regression
Yes
"Draw indirect argument buffer too small" is thrown when using an argument buffer of 4 ints
How to reproduce:
1. Open the “2022.3.18f1_DrawProceduralIndirect“ project
2. Open the “SampleScene“
3. Enter Play mode
4. Observe the Console
Expected result: No errors are seen in the Console
Actual result: An error is seen in the Console
Reproducible with: 2021.3.35f1, 2022.3.18f1, 2022.3.19f1, 2023.2.9f1, 2023.3.0b6
Not reproducible with: 2022.3.17f1
Reproducible on: Windows 10, Windows 11
Not reproducible on: No other environment tested
Error message: Draw indirect argument buffer too small. Must be at least 20 bytes (5 ints).
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
- Shadows are not cast when the Light's CullingMask and the GameObject's Layer do not match
- Graphics.DrawMeshInstanced does not work when 2D Renderer and 2D Shaders are used
- SpeedTree does not move when using WindZone
- "Undeclared identifier 'LinearToSRGB'" error is thrown when creating a color variable with HDR color mode and assigning a Custom Render Texture target in Shader Graph
- Input System package is missing when creating a new HDRP project
bfoddy
Feb 08, 2024 12:48
It doesn’t just cause an error, it prevents the draw from happening.