Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2019.3.X
Votes
0
Found in
2018.4
2019.2
2019.3
2019.3.0b8
2020.1
Issue ID
1197375
Regression
No
AsyncGPUReadback returns incorrect result on Vulkan
Steps to reproduce:
1. Download the attached project and open "Test" scene
2. Build a Standalone project with D3D11 or D3D12
3. Notice that AsyncGPUReadback.Request returns Vector4 of 1,2,3,4
4. Switch Graphic API to Vulkan
5. Notice that AsyncGPUReadback.Request returns Vector4 of 2,3,4,1 which isn't correct result
Results: On Vulkan, AsyncGPUReadback return incorrect results.
Reproduced with: 2020.1.0a12, 2019.3.0b11, 2019.2.11f1, 2018.4.12f1
Note:
- Issue also reproducible on PS4 and Editor
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
- UI Source Image property gets set to 'None' when using a specific Sprite and Play mode is entered
- Rendering locks up when not looking at a transparent material on Meta Quest 2
- Volumetrics break when using a Custom Pass to create a Thickness Buffer for Alpha Clipping
- All tests are run instead of only the failed ones when the "Rerun Failed" button is pressed
- GameObject is not masked when the "Render PostProcessing Effects" pass executes with a resolved non-MSAA Color target and MSAA DepthStencil target
Resolution Note (fix version 2019.3):
2019.3.6f1