Search Issue Tracker
Fixed in 2019.3.X
Fixed in 2019.2.X
Votes
1
Found in
Issue ID
1159200
Regression
No
SRP causes crashes 100% when running with Graphics Jobs enabled
Running anything using SRP with GraphicsJobs enabled will eventually crash due to stateBlocks (describing gfx states like Raster/Blend) being deleted before they are copied into the graphics job. Renderer fails to create Raster/Blend state from said released memory containing trash and crashes.
Comments (3)
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
- DisplayDialogComplex crashes with a long content string containg Cyrillic chars
- "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used
- Crash on _platform_memmove when importing the "Dragon Crashers - URP 2D Sample Project" to a new 2D project
- "Shader is not supported on this GPU" warnings and and shaders are not loading when building the project for non-Chromium browsers
- [iOS][URP] The screen flickers and the "Execution of the command buffer was aborted due to an error during execution" error is thrown continuously
DomRep
Sep 24, 2019 20:41
In my case graphics jobs are causing crashes on LWRP on Android device on 2019.xx or newer on startup. I even tried new Universal Pipeline on 2019.3.0b4, crashing is still persistent.
Deznom
Aug 13, 2019 16:21
I can confirm that this problem is also present in Unity 2019.1.14f1
loganstalwart
Aug 13, 2019 16:08
Any estimate when/if this will be fixed in 2019.2 as well? We are running LWRP on 2018.3.10 with GraphicsJobs enabled with no issues, but cannot update to 2019.2 because we are hitting these crashes.