Search Issue Tracker
By Design
Votes
0
Found in [Package]
5.7.2
Issue ID
1180708
Regression
Yes
A new shadow without a clear source is forming on 3D Objects when moving the camera around in the Scene
Steps to reproduce:
1. Open user's attached project "GhostLight.zip"
2. Open "MainScene"
3. Look at the Structure in the Scene so the camera would be positioned along the positive Global Z-axis
4. Use the mouse wheel to put the camera closer to the structure
5. Notice the weird shadows appearing on the structure
Expected results: Only shadows from structure appear
Actual results: Areas of the structure are shadowed without a clear shadow source
Reproducible with: 2019.1.14f1(5.7.2), 2019.2.3f1(6.9.1), 2019.3.0b2(7.0.1), 2020.1.0a3(7.0.1)
Not Reproducible with: 2018.4.9f1(4.10.0)
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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Resolution Note:
This issue is caused by shadow distance being to low, which causes shadow to disappear after the shadow distance. URP doesn't yet support shadow fade distance to the cutoff is hard instead of smooth. When increasing shadow distance, the quality of shadow map will decrease due to rendering a bigger frustum. This can be improved by configuring shadows cascades splits and/or increasing shadowmap quality.