Search Issue Tracker
By Design
Votes
0
Found in
2022.3.14f1
2023.2.2f1
2023.3.0a16
Issue ID
UUM-57617
Regression
No
Lighting data is carried over from one Scene to another when changing Scenes in the Play Mode
How to reproduce:
- Open the “UnityProject.zip“ project
- Open the “SampleScene“
- Enter the Play Mode
- Toggle the button in the Game view
- Repeat step 4 a few times and observe the Game view
Expected result: The lighting data from “Scene_A” is not carried over to “Scene_B“
Actual result: The lighting data from “Scene_A” is carried over to “Scene_B“
Reproducible in: 2022.3.14f1, 2023.2.2f1, 2023.3.0a16
Could not test in: 2021.3.33f1 (There is no Shading in “Scene_A”, for an unknown reason)
Reproduced on: Windows 11 Pro
Not reproduced on: no other environment tested
Note: The issue is only reproducible in Play Mode
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
- GC.Alloc called by HDRenderPipeline.LensFlareMergeOcclusionDataDrivenPass() when playing the default HDRP Sample Template project
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
- Editor crashes on D3D12GetInterface when repeatedly enabling and disabling 256 text components
- Flickering bright white dots in the Scene when the Android Platform is selected and DX11 Graphics API is used with Iris(R) Xe Graphics GPU
- Inconsistent capitalization and misaligned text in multiple query blocks in Search window
Resolution Note:
Thanks for filing this report with us.
After reviewing the reproduction project, it is evident that this behavior is "as designed". You must call LightProbes.Tetrahedralize or LightProbes.TetrahedralizeAsync after loading your scenes to update the global light probes structure to the current scene setup.