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
- 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
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.