Search Issue Tracker
By Design
Votes
1
Found in
2023.1.0a1
Issue ID
UUM-1345
Regression
No
Skybox lighting doesn't update when switching Scenes using SceneManager
Reproduction steps:
1. Open the attached project
2. Open "Lit Scene" Scene in the Assets folder of the Project window
3. Enter Play Mode
4. Observe the lighting of the Scene
5. Open "Unlit Scene" Scene in the Assets folder of the Project window
6. Enter Play Mode and wait 2 seconds
7. Observe the lighting of the Scene
Expected result: the Skybox lighting should be identical to the "Lit Scene" Scene when the Scene was played directly
Actual result: there's no Skybox lighting
Reproducible with: 2019.4.38f1, 2020.3.33f1, 2021.3.1f1, 2022.1.0f1, 2022.2.0a12
Workaround is to enable Auto Generate checkbox in the Lighting window on the "Lit Scene".
Notes: the "Unlit Scene" Scene has no "Lighting Settings Asset" assigned, thus the "Auto Generate" option on the "Lighting.lighting" Asset has no effect
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
- visionOS Players are minimized when Guided Access is turned on
- Licensing Client fails to launch when opening Unity Hub
- Sprite Atlas Inspector preview disappears when entering Play mode unless SpriteAtlasMode is set to "Sprite Atlas V2 - Enabled"
- Opening reference for Audio Importer opens missing page
- [Android] SpriteAtlas gets corrupted in Player when using Late binding with SRP Batcher enabled
Resolution Note:
This is a known design flaw of the SkyManager, which bakes environment lighting temporarily for scenes that have none.
The workaround is to simply manually generate lighting for each scene where environment lighting is desired.