Search Issue Tracker
Active
Under Consideration for 2021.3.X, 2022.3.X, 6000.0.X, 6000.1.X, 6000.2.X
Votes
0
Found in
2021.3.43f1
2022.3.43f1
6000.0.16f1
6000.1.0a7
6000.2.0a1
Issue ID
UUM-78487
Regression
No
D3D11 Compute shader dispatch isn't synchronous when running in the Editor
Steps to reproduce:
1. Open the attached user's project "Compute Woes.zip"
2. Make sure that the Graphics API is set to D3D11
3. Open the "SampleScene.unity" and watch for red messages in the console
4. If you don't see any red messages, make sure the scene view is open and visible, and restart the Editor
Expected results: D3D11 Compute shader dispatch is synchronous when running in the Editor
Actual results: D3D11 Compute shader dispatch isn't synchronous when running in the Editor
Reproducible with: 2021.3.43f1, 2022.3.43f1, 6000.0.16f1
Testing Environment: Windows 11 23H2
Not reproducible on: Windows 10
Notes:
-Issue does not reproduce with D3D12 or OpenGL
-According to the user, steps that make the bug disappear:
*Dispatching an empty compute shader kernel after the real dispatch
*Attaching nvidia nsight
*Storing _BoxAction in a compute buffer instead of an int property
*Instantiating the compute shader, using different instances for the apply case, and another for the preview case
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Errors “RenderPass: Attachment 0 is declared as depth attachment but RGBA8 sRGB is not a valid depth format.“ and “BeginSubPass: Not inside a Renderpass“ are present when using Native RenderPass with a RenderTexture that only has depth output
- ArgumentOutOfRangeException is thrown when an empty DropdownField is clicked at runtime
- [tvOS] "EXC_BAD_ACCESS" error is thrown when Painter2D.ClosePath is called
- Bad Naming Convention in Shortcuts Window for Sprite Shape Editing
- Bad Naming Convention in Shortcuts Window for Shader Graph
Add comment