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.
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
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.