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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
This is a duplicate of issue #1331427