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
- Inspector's custom tooltip is displayed incorrectly when the name is truncated in UI toolkit
- Crash on ScriptableRenderLoopDraw when rendering a specific VFX in Play Mode
- The script is not renamed in the Project window when renaming and a compilation Error is present
- Average FPS in Play Mode degradation on a newly created BiRP project when it's upgraded from 2020.3.48f1 to a newer Editor version
- DecoratorDrawer indentation is incorrect when it is called with EditorGUI
Add comment