Search Issue Tracker
Won't Fix
Won't Fix in 2023.2.X
Votes
0
Found in
2023.2.0a1
Issue ID
UUM-27754
Regression
No
Angular Diameter Scale for Softness artifact
In a new exterior HDRP scene I just create a plane and put a lit material on it.
I notice an artifact between the two first cascades. The lign separating these cascades is really visible. The default value is 1 and to resolve this visual issue i set the parameter to 0.5.
Also I notice that the tool tip says that a greater value give a more smooth result, but I observe the inverse.
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
- Visible instance buffer returns 0 for every instance when using BatchDrawCommandIndirect on Adreno devices with Vulkan API
- [Android][Vulkan] Native crash in AndroidVulkanVideo::ProcessFrame and AndroidVulkanVideo::Context::~Context() when switching screens
- Screen brightness is not set to a default value when Screen.brightness is set to a negative value
- macOS app window title is not localized when built from generated Xcode project
- Unity Hub doesn't preserve the changed Channel when manually restarting the Hub
Resolution Note:
The issue in this particular case is shadow bias settings that are set too low that introduce shadow acne artifacts on the surface. This issue is further amplified with the "Angular Diameter Scale for Softness" settings where the bias settings needs to be tuned. To fix the issue, adjust "Slope-Scale Depth Bias" and "Normal Bias" settings from defaults 0.5 and 0.75 respectively.
Resolution Note (2023.2.X):
The issue in this particular case is shadow bias settings that are set too low that introduce shadow acne artifacts on the surface. This issue is further amplified with the "Angular Diameter Scale for Softness" settings where the bias settings needs to be tuned. To fix the issue, adjust "Slope-Scale Depth Bias" and "Normal Bias" settings from defaults 0.5 and 0.75 respectively.