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
- Crash on mono_dump_native_crash_info when changing a Particle System Renderer’s Material Shader to Standard Unlit
- VFX Prefab doesn’t have Preview icon in Project window and Preview window is empty in Inspector window
- Visual Effect Graph error message does not disappear and lasts forever until the Visual Effect Graph is reopened even when the error causing connection/node is deleted and Visual Effect Graph is saved
- “RenderSettings customReflection texture has invalid type” error keeps getting thrown even when Environment Reflections was set back to Skybox from Custom with an invalid texture
- Particle System with the custom Material breaks the Scene view when the material is using a Shader Graph with the Texture with the power of negative value
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.