Search Issue Tracker
Won't Fix
Votes
0
Found in
2020.3
2021.2
2021.2.16f1
2022.1
2022.2
Issue ID
1412589
Regression
No
[URP] Light artifact is present from a certain angle when Light Near Plane value is up to 0.2
Reproduction steps:
1. Open the user's project
2. Play the "Empty" scene
Expected result: There are no artifacts
Actual result: There is a light artifact
Reproducible with: 10.3.2 (2020.2.7f1), 10.8.1 (2020.3.33f1), 12.1.6 (2021.2.19f1), 13.1.7 (2022.1.0b15), 14.0.2 (2022.2.0a9)
Could not test with: 7.7.1 (2019.4.37f1), 8.3.1 (2020.1.17f1) (broken textures or missing renderer features)
Notes:
- Bug only produces from a certain camera angle and when the Light Near Plane value is up to 0.2
- Couldn't reproduce the issue when recreating the project
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
- Crash on Collider::FindNewAttached when colliding specifc GameObjects
- Animator.CrossFade normalizedDuration results in scaled clip advancement when Animator.speed is not 1.0
- Android Debug Symbols shows a Warning that Cloud Diagnostics is enabled when Cloud Diagnostics Package is not installed
- [UI Builder] Insertion Point jumps to the end of the string when editing a new Selector name
- Android player crashes on "vk::RenderPasses::GetPackedRenderPass" when using Vulkan Graphics API in a specific project
Resolution Note:
This is a side effect of too large triangles being drawn in the shadow map. The solution is to split the geometry.
In some cases the issue can be worked around by enabling the "Conservative Enclosing Sphere" option in the Universal Render Pipeline Asset as well as increasing the "Near Plane" property on the light. These settings will not fix the problem though and if the triangles are scaled even further, the artifacts will reappear.