Search Issue Tracker
Fixed in 2017.3.0f3
Fixed in 5.6.X, 2017.1.X
Votes
0
Found in
2017.1.0f3
Issue ID
949574
Regression
Yes
[PLM] Progressive Lightmapper crashes with transparent shader (render queue = 3000)
Steps for reproduction:
1) Download project `AreaLightCrash` below
2) Open the scene `Skybox`
3) Generate the lighting
4) Observe the crash
Notes:
- Issue became noticeable when new light modes feature for Progressive Lightmapper is merged (introduced in 2017.3.0a5)
- Before 2017.3.0a5, editor didn't crash but baking process used to get stall for awhile but it always managed to finish baking successfully
- Re-authoring normals of the mesh in a DCC package resolves the issue
- Re-calculating the normals in Unity editor and changing `pushoff` parameter of the custom lightmap parameter resolves the issue (no more crash)
- Crash doesn't occur when standard shader is assigned to GameObject called "NightRoom_Skybox"
- Crash doesn't occur when another type of light is used in place of area light
- Crash only occurs when `Lightmap Resolution` is equal or higher than 19
- Crash is not related to `View Prioritization`, issue occurs regardless of this option
- Crash occurs regardless of supersampling
- Issue is not related to directional lightmaps
- Issue is not related to backface tolerance
- Workaround solution is to change the render queue of a transparent shader from 3000 to another value
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
BradZoob
May 16, 2019 03:30
Thanks immensely for this, by extending the standard shader in Unity 2019+ i was able to set the queue to 3100 for materials using transparent rendering and my lightmapper crashes ceased and finally it actually completes on those halted rendering jobs, no longer taking 6 hours to do nothing.