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
- Manual reference page for Grid Selection is missing
- Awaitable.NextFrameAsync causes GC Alloc 0.7 KB when using CancellationToken
- Prefab "Overrides" list item popups are overridden when navigating with keyboard arrow keys
- Alpha Tolerance setting does not affect generated outlines when generating Custom Physics Shape in the Sprite Editor
- The information/help message section misses a margin in the "Profiler" window
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.