Search Issue Tracker
Active
Under Consideration for 2021.3.X, 2022.2.X, 2023.1.X, 2023.2.X
Votes
3
Found in
2021.3.18f1
2022.2.5f1
2023.1.0b2
Issue ID
UUM-26222
Regression
Yes
[URP] Light culling layers don't work when Graphics API is set to anything except OpenGL
Reproduction steps:
1. Open the attached “BugRepro” project
2. Open the “Assets/Scenes/SampleScene.unity” scene
3. In the Hierarchy View, click on “Cube (0)” GameObject
4. In the Inspector View, observe the Layer
5. In the Hierarchy View, click on “Cube(1)” GameObject
6. In the Inspector View, observe the Layer
7. In the Hierarchy View, click on “Point Light” GameObject
7. In the Inspector View, observe the “Culling Mask” under Light Components Rendering dropdown
Expected result: “Cube (1)” GameObject is not lit up when it has a layer different from the “Point Light” GameObjects' Culling Mask layer
Actual result: “Cube (1)” GameObject is lit up the same way as “Cube (0)” GameObject, although they have different Culling Mask layers
Reproducible with: 2021.3.18f1, 2022.2.0a10, 2022.2.5f1, 2023.1.0b2
Not reproducible with: 2020.3.45f1, 2022.2.0a1, 2022.2.0a9
Reproducible on: Ubuntu 20.04, Windows 11 Pro 22H2, Intel MacOS 13.1
Note: Reproduces with Vulkan, Metal, Direct3D11, and Direct3D12 Graphics APIs
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- RegisterValueChangeCallback is not called when changing the PropertyField value
- The Properties option is missing when pressing RMB on the PropertyField
- [Android] forward+ lighting glitch when built on Xiaomi Mi 10
- Lens Flare occlusion effect doesn't work when the Camera GameObject is behind obstacles
- Texture Importer: Swaps red and blue channels
Add comment