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
- [WebGPU] error with compute shader and read-only RWTexture
- Capacity-size memory is copied instead of Length-size when using UnsafeUtility.memCpy()
- Console displays "SerializedObjectNotCreatableException: Object at index 0 is null" error during Unity theme change while "Tile Palette" window is opened
- Details are not shown when Error Message is still selected after changing Log Entry Count in the Console
- Disabling Unity VCS in Project Settings unfocuses the Project Settings Window
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.