Search Issue Tracker
Duplicate
Votes
5
Found in
2019.4
2020.3
2021.1
2021.1.15f1
2021.2
2022.1
Issue ID
1361295
Regression
No
Skybox Environment Lighting is not visible after loading Scene using SceneManager
Reproduction steps:
1. Open the attached 'Skybox.zip' project
2. Open the 'Main' Scene
3. Enter Play Mode and observe the cube's color
4. Exit Play Mode and open the 'Start' Scene
5. Enter Play Mode and observe the cube's color
Expected result: cube color is dictated by environment lighting
Actual result: cube color is black regardless of lighting settings
Reproducible with: 2019.4.30f1, 2020.3.17f1, 2021.1.19f1, 2021.2.0b9, 2022.1.0a6
Comments (1)
-
NicoMim
Sep 03, 2021 10:16
LightProbes.TetrahedralizeAsync() seams to solve the issue in my case. I call it the frame just after the end of loadings and it's ok. I hope it can help ;)
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
- Persisted event listeners are reset when collapsing and expanding a component in the Inspector
- Floating Material Preview window has a burger icon button that does nothing when pressed
- TreeView drag and drop operation is not cancelled when a modal opens over it
- Remote Config window causes performance drop in Editor when multiple settings are added
- Property field override bar does not update transparency correctly when switching between valid and invalid GameObjects
This is a duplicate of issue #1331427