Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2019.3.X
Votes
0
Found in
2019.3.0b8
2019.3.0b9
2020.1
Issue ID
1197376
Regression
No
[ADBv2][Accelerator] Cache Server v2 not updating Compute Shader resulting in it being compiled in another Graphics API
Reproduction steps:
1. Set-up Accelerator and delete projects "Library" folder
2. Open "ARGBAsyncReadback.zip" project with this cmd argument "--force-d3d12"
3. Select "AsyncReadback"
4. Notice "MainBuffer" and "MainTexture" values are "Direcr3D11 Direct3D12 OpenGLCore Vulkan"
5. Switch platform to PS4
6. Notice "Main Buffer" and "Main Texture" values are "Direct3D12"
7. Exit Unity
8. Open "ARGBAsyncReadback.zip" project with this cmd argument "--force-d3d11"
9. Select "AsyncReadback"
10. Switch platform to PS4
11. Enter Play mode
Expected Result: "Main Buffer" and "Main Texture" values are "Direcr3D11 Direct3D12 OpenGLCore Vulkan"
Actual Result: "Main Buffer" and "Main Texture" value is "Direct3D12" resulting in "Kernel 'MainBuffer' not found" and "ArgumentException: Kernel 'MainBuffer' not found." error
Reproduced with: 2020.1.0a13, 2019.3.0b11, 2019.3.0b9
Could not Reproduce on: 2019.2.13f1 (Project doesn't open due to ADBv2)
Did not reproduce on: 2019.3.0b8, 2019.3.0b7, 2019.3.0b6, 2018.4.13f1(No ADBv2), 2017.4.35f1(Missing Libraries, No ADBv2)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Add comment