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
- [iOS] [Android] External library generics fail during IL2CPP build
- Animator State’s Multiplier field shows a Parameter that no longer exists when the Parameter was assigned and then deleted
- Shadows disappear and come back after couple frames when using OnDemand Shadows and OnDemand Reflection
- “Delete Selected Items” is still active in the menu when Label is not selected in New Sprite Library Asset window
- "View Generated Shader" button in Shader Graph Asset is not aligned with other buttons
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.