Search Issue Tracker
Fixed in 12.0.0
Votes
0
Found in [Package]
12.0.0
Issue ID
1314361
Regression
No
[Enlighten] Mousing-over the Inspector when Realtime GI is enabled repeatedly starts precompute tasks
Repro:
1. Download and open the repro project
2. Open the Scene ContinuousPreprocess.unity
3. Ensure that Realtime Global Illumination is enabled from the Lighting Window
4. Select the GameObject "Plane"
5. Without baking lighting, move the mouse from the Scene view to Inspector
Observed:
Every time the mouse enters the Inspector pane, a preprocess (0 - 2) will start. This appears to be updating the Ambient Probe, and SkyManager is updating the sky Reflection Probe. This issue does not repro when Baked GI is used instead.
Expected:
Unless the sky is actually modified, the preprocess should probably not be started. Or if it is, do it silently.
Notes:
This only happens when the current Visual Environment volume component is set to Ambient Mode: Dynamic. Changing this to Static, the issue does not occur. Dynamic sky is supposed to update the ambient probe every frame in relation to changes to the sky, unsure why mousing-over the Inspector would trigger this. This can be verified by modifying the Global Volume present in the repro Scene.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Memory usage rises when switching scenes with GRD enabled and a loaded texture in URP
- [Quality Hackweek] Terrain Brush Size value is not serialized after deselecting the terrain when using the first instance of multiple Inspectors
- "NullReferenceException" is thrown when setting a long string in TMP with "Atlas Population Mode" set to "Dynamic" and "Multi Atlas Textures" enabled
- TextMeshPro text is misaligned when alignment is set via script
- A DX11 shader error is thrown when compiling shaders for platforms without DX11 support
Add comment