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
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
Add comment