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
- ListView fails to display items when the source list is cleared and a single element is added
- UI Toolkit ':hover' state remains active when another panel is drawn over the hovered element and Touch input is used
- Unsupported Orient modes can be selected and throw errors when using Strip VFX
- "Tab" key exits the name text field in the VFX Graph tab when renaming the Property
- Shader warnings are thrown when deleting blocks in the Ribbon VFX Graph
This is a duplicate of issue #1331427