Search Issue Tracker
Fixed in 2021.1.X
Fixed in 2020.3.X
Votes
0
Found in
2019.3.7f1
2019.4
2020.2
Issue ID
1266851
Regression
No
CullingResults.visibleLights returns positive light count while there are no visible lights in the camera frustum
CullingResults.visibleLights returns positive light count while there are no visible lights in the camera frustum when oblique camera projection is used
How to reproduce:
1. Open the attached project 'URP_2019.3_b.zip'
2. Notice that there are no lights in the camera frustum in the Scene View
3. Select GameObject > Main Camera GameObject in the Hierarchy
4. Observe Console logs
Expected result: Console logs 'Preview Camera VisibleLights: 0'
Actual result: Console logs 'Preview Camera VisibleLights: 4'
Reproducible with: 2019.4.10f1, 2020.1.5f1, 2020.2.0b2
Not reproducible with 2018.4.27f1 due to errors thrown in the console
- Calculating and oblique matrix from a clip plane aligned with the camera's forward does not yield this problem
- This issue was first observed when using the URP Deferred Renderer that draws from visibleLights. As URP does not support deferred rendering yet it might be a culling issue
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
- Warning about an obsolete feature appears when Image Type is set to Tiled
- "Assertion failed on expression" errors appear when selecting specific Tile Palette GameObjects
- “CommandBuffer: built-in render texture type 3 not found while executing” warning is displayed in URP project
- Player build logs a "material with shader doesn't have a '_MainTex' property" error when instantiating a specific amount of specific prefabs
- The LayerMask parameter is ignored when using Physics2D.GetRayIntersection method
Resolution Note (fix version 2021.1):
Fixed in 2021.1.0a2
Resolution Note (fix version 2020.3):
Fixed in 2020.3.13f1