Search Issue Tracker
In Progress
Under Consideration for 6000.0.X
Fix In Review for 6000.5.0a3
Votes
0
Found in
6000.0.62f1
6000.5.0a1
Issue ID
UUM-126700
Regression
Yes
Shadows created by real-time Spotlights are rendered at a very low resolution on terrain when HDRPAsset Lit Shader Mode is set to Forward or Both
How to reproduce:
1. Open the attached “IN-123683.zip“ project
2. Open the “SampleScene”
3. Switch to Camera_LowResShadows as your Main Camera
4. Observe the Game View
Expected result: Shadows are not low quality
Actual result: Shadows are very low quality
Reproducible with: 2023.3.0a16, 6000.0.62f1
Not reproducible with 2023.3.0a15
Could not test with: 6000.2.12f1, 6000.3.0b9, 6000.4.0a4 (Constant errors are thrown every frame)
Reproducible on: Windows 11 Pro (24H2)
Not reproducible on: No other environments tested
Workaround: Set Shader Precision Model to Platform Default (Edit → Project Settings → Player → Other Settings → Shader Settings)
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
- Location tooltip in the Viewport of UI Builder window does not update when the UI Document Asset is moved to a different location
- Audio Clip Volume and Avoid Repeating Last fields values cannot be changed in Audio Random Container window
- Setting a variable in the root selector via an imported USS file in a theme does not work
- No character limit when creating a new Scene with excessively long name, Editor can be forced to crash
- URP Decal Projector flickers/glitches when added to Cube or Quad GameObjects as a Component
Resolution Note (fix version 6000.5.0a3):
Shadow shader code no longer uses real but instead uses float to cover larger scenes.