Search Issue Tracker
In Progress
Under Consideration for 6000.0.X
Fix In Review for 6000.1.X
Votes
0
Found in
6000.0.22f1
6000.1.0a2
7000.0.0a7
Issue ID
UUM-83459
Regression
No
The Shadowmask mode doesn’t take the Shadow Strength parameter into account.
Lights have a _Shadow Strength_ parameter, which currently only affects real-time shadows, not shadowmask shadows. This creates a discrepancy and a hard transition when switching between the two modes at a distance.
This parameter is found under the Realtime Shadows section, so technically it makes sense. However, from both a workflow and visual perspective, we want the shadow to behave consistently, regardless of the viewing distance. Especially since using transparent shadows is an artistic choice that shouldn’t depend on whether the underlying system is using real-time shadows or baked shadowmask.
*!image-2024-10-01-16-46-31-434.png!*
*Steps to reproduce:*
1. Create a project using URP
2. Create a few static cubes in the scene, either using Lightmaps or APV (add a Probe Volume in the scene)
3. Set the directional light to Mixed
4. Set the Shadow Strength to 0.5 for this directional light
5. Set the Mixed Mode to ShadowMask in the Lighting Window
6. Generate Lighting
7. Move the camera backward to switch between realtime shadows and baked distant shadowmask
*Actual results:*
Shadows using the baked shadowmask don't account for the Shadow Strength parameter, which results in a noticeable difference compared to real-time shadows.
*Expected results:*
Both real-time shadows and baked shadowmask shadows utilize the Shadow Strength parameter, ensuring a consistent and uniform appearance.
*Reproducible with versions:*
*Not reproducible with versions:*
*Can’t test with versions:*
*Tested on (OS):*
*Notes:*
*
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Animation Clip with Legacy enabled does not play when Time.timeScale is set to 0 despite Update mode set to "Unscaled time"
- Rename is enabled on subfolder empty space - "Can't rename to empty name" warning
- SamplerState Property Missing Anisotropic Filtering
- Visual glitches when using Handles API
- The RGBA color values are inconsistent when comparing two identical colors set in the Inspector
Add comment