Search Issue Tracker
By Design
Votes
0
Found in
4.1.2f1
Issue ID
540645
Regression
No
[Deferred] Light culling mask is not respected when using deferred rendering
Steps to reproduce :
- import the project attached
- open the scene
- change to forward and vertex lit rendering and notice the cube
- change to deferred rendering and notice the cube is lit
Comments (1)
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
- Visual artifacts appear when the HD Dynamic Resolution Component changes the resolution scale
- Domain Reload loading popup is dark when Editor Theme is set to "Light"
- Scene Views breaks and errors are spammed in the Console when the Game view is shrunk vertically to the minimum, and the Aspect Ratio is 16:9 or 16:10
- Slider Fill Area disappears after undoing “Set Native Size” change
- Crash with multiple stack traces when playing video on a render texture with low-end graphics devices
Psycho-Designs
Apr 19, 2017 15:35
Just a heads up for those who find their way here through google. When using deferred rendering, you can only exclude 4 layers from lights across the whole game. So if you have 10 layers, and you set a light to just affect one layer, you're excluding 9 layers and that can cause issues like lights not respecting culling masks. Forward rendering doesn't have this issue