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
- “Readme” Asset is unreadable in the Inspector window when switching Editor Theme to Light
- “NullReferenceException” error thrown when switching Editor Theme to Light if “Unity Version Control” tab is enabled
- A Warning is displayed in the Inspector when a Mesh with any Material is added as a Terrain Detail
- [Android][Vulkan] Memory leak when playing and stopping a video using the Video Player on some devices
- Caret moves by a character when typing "." and any number into 'Grid and Snap' toolbar's input field
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.