Search Issue Tracker
Not Reproducible
Votes
0
Found in
2020.1
Issue ID
1180610
Regression
No
LightingData is used to fetch the scene guid
So we basically store the scene guid of the scene the atlassingData was baked for, but then we don't store the scene guid in the actual hash. This means that if you bake 2 scenes that look the same, the second scene will try to use the first ones atlassing data since it would be the same, but then fails when it is trying to write the Lighting Data Asset since the scene GUIDs are different. A fix for now is to include the scene guid in the atlassing hash so that the scenes can't share this, but it would be good to not fetch the scene guid from the atlassing data.
This bug appears currently when trying to bake 2 exact scenes after each other and the second one will always fail on the Write Lighting Data Asset step.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- NullReferenceException when setting 'isTextObjectScaleStatic' to false on a disabled TextMeshPro GameObject
- Shader Stripping Custom Options disappear when exiting Play mode without reloading Domain
- Decals do not get projected when 'Rendering Layer Mask' on a GameObject is 23rd Layer or above due to encoding/decoding issues
- Deriving from SearchContextAttribute doesn't always work
- Scripting API documentation is missing for macOS editor extensions
Add comment