Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.2
2018.3
2018.4
2019.1
2019.1.0a11
2019.2
2019.3
2020.1
Issue ID
1107591
Regression
No
UV overlap calculation makes baking stall + unresponsive Editor on asset refresh due to large mesh
Steps to repro:
1. Open the repro project from the link below;
2. Open 'Bedroom_modelling' scene;
3. Drag 'Bedroom_Lighting' scene to the Hierarchy;
4. Double-click on 'Bedroom_Lighting' scene in the Hierarchy;
5. In the Lighting settings window press Generate Lighting button.
Expected result:
The lighting bakes as expected.
Actual result:
Baking stalls. Editor stalls and cannot closed without killing the Unity process.
Notes:
- Reproducible in 2019.1.0a11, 2018.3.0f1, 2018.2.0f19;
- Reproducible on Windows and OSX;
- Reproducible for either CPU PLM, GPU PLM or Enlighten baking backends;
- Disabling mesh optimization for the culprit mesh doesn't solve the issue;
- Auto Generating Lightmap UVs for the culprit mesh freezes Editor.
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (2020.1.X):
Not quite sure whether the mesh is broken, or the algorithm fails in this particular case. Given enough time I assume the bake would finish.