Search Issue Tracker
Fixed in 5.6.0f3
Votes
0
Found in
5.4.3p4
Issue ID
888351
Regression
No
[Realtime GI] Realtime Lightmaps don't disappear when Precomputed Realtime GI is disabled
Steps for reproduction:
1) Open the scene `t1` or create lightmap static cube and plane and set directional light to baked
2) Ensure that Precomputed Realtime GI and Baked GI are enabled
3) Disable auto mode and generate the lighting
3) Switch the scene visualization mode to indirect
4) Observe that realtime lightmaps are generated
5) Disable Precomputed Realtime GI and observe that realtime lightmaps are now black
6) Generate the lighting again (while precomputed Realtime GI is still disabled)
7) Observe that no realtime GI lightmap data exists (correctly)
Notes:
- Not a regression, the feature was always working like this
- This is only an issue when auto mode is disabled
- When Precomputed Realtime GI is disabled, the pipeline doesn't go through all the rendering process so not all the data is cleared. Ideally, realtime lightmap data should be cleared completely once Realtime GI is disabled
- Screenshots below show how the current workflow is executed
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment