Search Issue Tracker
Fixed
Fixed in 2022.3.64f1, 6000.0.52f1, 6000.1.8f1, 6000.2.0b6, 6000.3.0a1
Votes
0
Found in
2022.3.63f1
6000.0.49f1
6000.1.3f1
6000.2.0b1
6000.3.0a1
7000.0.0a35
Issue ID
UUM-105174
Regression
Yes
“Attempting to draw with missing bindings“ warning lacks root cause indication and is thrown each frame when StructuredBuffer is accessed on DirectX12
Reproduction steps:
1. Open the attached “repro_IN-99268“ project
2. Open the “Assets/Scenes/SampleScene.unity“ Scene
3. Set your graphics API to “Direct3D12” (“Edit - > Project Settings… → Player → Graphics APIs for Windows“
4. Either interact with the Scene view or enter the Play Mode
5. Observe the Console
Expected result: “Attempting to draw with missing bindings“ warning is thrown once, and there’s an indication in the warning of what caused it
Actual result: “Attempting to draw with missing bindings“ warning is thrown each frame, and there’s no indication in the warning of what caused it
Reproducible with: 6000.0.20f1, 6000.0.49f1, 6000.1.3f1, 6000.2.0b1
Not reproducible with: 2022.3.62f1, 6000.0.19f1
Reproducible on: Windows 10 (22H2), Windows 11 (24H2)
Not reproducible on: macOS Sequoia 15.3 (M2 Ultra)
Notes:
- Reproducible in Player
- Reproducible with: DirectX12
- Partly reproducible with: Vulkan - warning is reproducible, but is only thrown once
- Not reproducible with: DirectX11, OpenGL ES 3.2, Metal
- Metal throws “Metal: Vertex or Fragment Shader "Shader Graphs/TestShaderGraph" requires a ComputeBuffer at index 8 to be bound, but none provided. Skipping draw calls to avoid crashing.“ warning, and only once - a good example of expected result with DirectX12
- Reporter experiences a crash (without stack trace) after the error is spammed for a prolonged amount of time (~30 minutes to 1 hour) on their specific project (which is not the repro project for this case)
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Resolution Note:
-
Resolution Note (fix version 6000.3.0a1):
Fixed by displaying more details in the log message and displaying them only once to avoid spam.
Resolution Note (fix version 6000.2.0b6):
Fixed by displaying more details in the log message and displaying them only once to avoid spam.
Resolution Note (fix version 6000.1.8f1):
Fixed by displaying more details in the log message and displaying them only once to avoid spam
Resolution Note (fix version 6000.0.52f1):
Fixed by displaying more details in the log message and displaying them only once to avoid spam.
Resolution Note (fix version 2022.3.64f1):
Fixed by displaying more details in the log message and displaying them only once to avoid spam.