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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
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.