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
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
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