Search Issue Tracker
By Design
Votes
0
Found in
2018.4
2020.2
2020.2.0a11
Issue ID
1259645
Regression
No
Warning for nonmatching lightmaps mode is not taking into account the change of the active scene
How to reproduce:
1. Open user-submitted project (LightmodeWarning.zip)
2. Open the DirectionalBaked scene
3. Enter Play Mode
4. Note that the NondirectionalBaked scene was loaded additively and set as the active scene; non-directional mode is used
5. See the Console window warning
Expected result: "The loaded level has a different lightmaps mode than the current one. Current: Directional. Loaded: Non-Directional. Will use: Non-Directional."
Actual result: "The loaded level has a different lightmaps mode than the current one. Current: Directional. Loaded: Non-Directional. Will use: Directional."
Reproducible with: 2018.4.24f1, 2019.4.2f1, 2020.1.0b14, 2020.2.0a16
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
- Memory leak warnings are constantly thrown when Generating Font Atlas in Font Asset Creator with 4096x8192 Atlas Resolution
- “Glyph rendering has been aborted due to sampling point size” Log is printed and Font Atlas is not generated when Atlas Resolution is 8192x8192, and the Render Mode is SDF
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
- Font Asset Creator Font Face does not update when changing Include Font Data in the Font Import Settings
- Font Asset Creator Padding has no limit and shows incorrect Padding in results when Font Atlas is generated
Resolution Note:
Warnings about mismatches in LightmapSettings of additively loaded scenes are only issued at load time. If the user - after the load like in the sample - switches the active scene from one to another, the mismatch is still there, but there will be no more warnings issued.
The old warning of course stays in the console until it is cleared.