Search Issue Tracker
Active
Under Consideration for 6000.5.X
Fixed in 6000.0.67f1, 6000.3.6f1, 6000.4.0b6
Votes
0
Found in
6000.0.20f1
6000.3.2f1
6000.4.0b2
6000.5.0a5
Issue ID
UUM-130842
Regression
Yes
Inconsistent shader rendering and warnings across graphics APIs when StructuredBuffer is unbound
How to reproduce:
1. Extract and open the attached “IN-127615.zip“ project
2. Open the “Assets/Scene/SampleScene.unity” scene
3. Navigate to Edit → Project Settings → Player → Other Settings
4. Ensure that the option “Auto Graphics API for Windows“ is unchecked
5. Ensure that “Direct3D12“ is on top of the “Graphics APIs for Windows“ list
6. Restart the Editor
7. Observe the Console and the Game view
Actual result: The “Cube“ GameObject does not render, and warning messages appear in the Console
Expected result: The “Cube“ GameObject renders, and no warning messages appear in the Console
Reproducible with: 6000.0.20f1, 6000.0.65f1, 6000.3.3f1, 6000.4.0b3, 6000.5.0a4
Not reproducible with: 6000.0.19f1
Reproducible on: Windows 11
Not reproducible on: No other environment tested
Notes:
- In D3D11, the “Cube“ GameObject renders, and no warnings are present in the console (same with GLCore)
- In D3D12, the “Cube“ GameObject does not render, and the following warning message is present: ”d3d12: Fragment Shader "Custom/TestSurfaceShaderWithComputeBuffer" requires a buffer (SRV) "_BufferData" at index 5, but none provided. Skipping draw calls to avoid crashing.”
- In Vulkan, the “Cube“ GameObject does not render, but there are no warnings or errors
- In version 6000.20f1, the warning message ”Attempting to draw with missing bindings“ is spammed every time the mouse hovers over the Game window
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note (fix version 6000.4.0b6):
Fixed in 6000.4.0b6
Resolution Note (fix version 6000.3.6f1):
Fixed in 6000.3.6f1
Resolution Note (fix version 6000.0.67f1):
Fixed in 6000.0.67f1