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
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
Add comment