Search Issue Tracker
Fixed
Fixed in 6000.0.47f1, 6000.1.0f1, 6000.2.0a10
Votes
32
Found in
6000.0.40f1
6000.1.0b8
6000.2.0a5
Issue ID
UUM-98838
Regression
Yes
Adaptive Probe Volumes are not applied to URP Simple Lit or Lit Shaders when using "Mixed" Light Mode
Reproduction steps:
1. Open the attached “IN-94576.zip” project
2. Open the “SampleScene”
3. From the Hierarchy, select the “Directional Light” GameObject
4. In the Inspector, make sure the Light “Mode” is set to “Mixed”
5. Open the “Lighting” Window (Window > Rendering > Lighting)
6. Click “Generate Lighting”
7. Observe the “model_Props_Barrel__Occluded_A” and “model_Props_Barrel__Occluded_B” GameObjects
Expected result: The GameObjects are occluded and not lit
Actual result: The GameObjects are lit
Reproducible with: 6000.0.35f1, 6000.0.40f1, 6000.1.0b8, 6000.2.0a5
Not reproducible with: 6000.0.34f1
Couldn’t test with: 2022.3.59f1 (APV not available)
Reproducible on: Windows 11
Not reproducible on: no other environment tested
Note:
- Setting the Light “Mode” to “Baked” and then Generating Lighting, shows the expected result
Comments (2)
-
zenbin3d
Mar 12, 2025 15:42
Can confirm the issue is also present in the latest 6000.0.41 LTS version.
-
zenbin3d
Mar 08, 2025 16:23
But this behavior has always worked ok. Subtractive lightmaps with directional mixed lighting light and APVs have always worked ok on Unity 6 until after Unity 6000.0.32 LTS version. 😢
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
This is expected since the project is using Subtractive Mixed Lighting Mode with shadow casting turned of for main light in the active URP Asset.
To get the desired result set the Lighting Mode under Mixed Lighting in the Lighting window to Shadowmask. And turn on the main light shadow casting in the active URP Asset.