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
- Inspector elements are rendered twice when the script component is added via drag-and-drop while the HideFlags.HideInInspector property is set
- Error "Light baking failed with error code 5 (Convergence data not available while rendering lightmaps)" thrown in Console when generating lighting for specific GameObjects
- Copy and Paste options for an Animation Property value are disabled in the Right click contextual menu
- Asset is not found when searching the Label "NewLabel" in Search Window
- "Compute dispatch: missing texture ID..." and "Compute dispatch: missing UAV ID..." warnings are thrown after changing the platform in High Definition 3D template
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.