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 GameObject::QueryComponentByType when opening a project
- "Object reference not set to an instance of an object" is thrown when destroying a GameObject with a Camera Component
- [Android] The error message "OPENGL NATIVE PLUG-IN ERROR: GL_OUT_OF_MEMORY:" is thrown when the video is playing
- [IL2CPP] Build fails with the error "[1mcannot convert 'Nullable_1_tEA06D91799914C5C8830F83CE2A8395868C14F02' to 'int32_t' (aka 'int') without a conversion operator" when IL2CPP is used as the Scripting Backend
- Rigidbody interpolation is performed after the next frame's FixedUpdate() when using Rigidbody2D
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.