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
- Standard Unity Materials and Shaders become corrupted after importing specific Asset Packages
- [Linux][OpenGL][Vulkan] Draw calls are not shown in the Event List when taking a capture of a frame with RenderDoc
- Inaccurate collision detections when Rigidbody Collision Detection is set to "Continuous" or "Continuous Dynamic"
- Crash on Object::IncrementPersistentDirtyIndex when upgrading project version
- [iOS] Multiple Xcode project instances created before opens up when performing Build and Run for iOS Platform
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.