Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
9.0.0, 8.1.0
Issue ID
1243998
Regression
Yes
[HDRP] Planer Reflection preview window flickers on hovering the mouse when Clear Mode is set to None in Capture settings
Planer Reflection preview window flickers on hovering when Clear Mode is set to none in Capture settings.
Steps to repro:
1. Create a new HDRP Project.
2. Hierarchy > Right Click > Light > Planer Reflection Probe.
3. Capture Settings > Clear Mode > Set to None.
4. Hover the mouse on Planer Reflection preview window in the scene view.
Actual Result:
Planer Reflection preview window flickers on hovering the mouse.
Expected Result:
Planer Reflection preview window should not flicker on hovering the mouse.
Reproducible in:
2020.2.0a10 with Package Version 9.0.0, 8.1.0.
Working Fine in:
2020.2.0a9, 2020.1.0b8 with Package Version: 9.0.0, 8.1.0.
Environment:
Occurring only on Window 10.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
Resolution Note:
This is expected.
The reason is that when not in playmode the views are rendered alternatively whenever the window is active + HDRP renders planar reflections on top of the main render targets to save on memory.
If the planar reflection is not cleared the "garbage" that is not cleared will change every frame, hence the flickering. If you have only the scene view active (one scene view to be precise) or if you are in playmode this won't happen.