Search Issue Tracker
By Design
Votes
0
Found in
2017.4
2019.3.1f1
2020.1
Issue ID
1220479
Regression
No
Cameras & Reflection Probes with Culling Masks set to Nothing are processing Culling
Reproduction steps:
1. Open project in "CullingAndUpdate.zip"
2. Notice that "SkyboxCamera" and "Reflection Probe" have their Culling Masks set to Nothing
3. Enter Play Mode
4. Open Profiler Window and make sure Playmode is tracked
5. Inspect profiler stats
Expected result: Camera and Reflection Probe do not process Culling
Actual result: both Camera and Reflection Probe are processing Culling
Reproducible with: 2017.4.37f1, 2018.4.17f1, 2019.3.2f1, 2020.1.0a24
Note: Reflection Probe and Camera Culling does not occur every frame
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
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
- Async method in Play Mode being aborted when calling `new System.Windows.Forms.Form`
- Animator window Eye button on click visual does not cover the whole area of the button when clicked
Resolution Note:
The culling system must run to generate the rendergraph. It running when the resulting graph should be empty is unfortunate design. This is unlikely to be changed in the built-in renderer.