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
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
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.