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
- Unable to switch to either Facebook Instant Games/Meta Quest in the Build Profile
- Error "IndexOutOfRangeException: Index was outside the bounds of the array" logged when selecting an Element in UI Builder with a specific setup
- "native code called abort()" is thrown in WebGL player when loading first scene
- Gradient Editor always opens on the main display when a multi-monitor setup is used and the Editor Window is on a secondary display
- Crash on core::base_hash_set when importing a specific package
Resolution Note (fix version 2021.1):
Fixed in 2021.1.0a2
Resolution Note (fix version 2020.3):
Fixed in 2020.3.13f1