Search Issue Tracker
Fixed in 2021.2.X
Fixed in 2019.4.X, 2020.3.X, 2022.1.X
Votes
0
Found in
2018.4
2018.4.33f1
2019.4
2020.3
2021.1
2021.2
Issue ID
1324966
Regression
No
Previously loaded Scene's Ambient light is applied to a GameObject when loading a Scene with LoadScene Additive
How to reproduce:
1. Open the user's attached "Ambient light bug 2018.4.zip" project
2. Open the "Dark" Scene
3. Enter Play Mode
4. Observe the "Sphere" GameObject in the Game view
Expected result: "Sphere" GameObject has proper Ambient light in the "Light" Scene
Actual result: "Sphere" GameObject keeps the "Dark" Scene's Ambient light
Reproducible with: 2018.4.33f1, 2019.4.23f1, 2020.3.3f1, 2021.1.2f1, 2021.2.0a11
Notes:
- The issue is not reproducible with LoadSceneMode.Single
- The issue is not reproducible if they are no Light Probe Group GameObjects in the starting Scene ("Light" Scene needs to be opened at least once after deleting Light Probe Group to work around this issue)
- The issue is reproducible in both Editor and Standalone Player.
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
Add comment