Search Issue Tracker
By Design
Votes
0
Found in
2020.3.39f1
2021.3.9f1
2022.1.13f1
2022.2.0b4
2023.1.0a8
Issue ID
UUM-13088
Regression
No
The gap between shadow and the GameObject when zooming in
Reproduction steps:
1. Open the attached ‘My project' project
2. Open the ‘SampleScene’
3. Zoom in, and observe the shadow of the ‘Cube’ GameObject on the plane
Expected result: The shadow is straight, and there is no gap between the 'Cube’ and the shadow
Actual result: There is a gap between the Cube and the start of the shadow, edges of the shadow are not straight
Reproducible with: 2020.3.39f1, 2021.3.9f1, 2022.1.13f1, 2022.2.0b4, 2023.1.0a8
Reproduced with: MacOS 11.6 (Intel)
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 tlsf_free when exiting Play Mode in a specific project
- Camera Solid Color is overwritten when injecting Custom Render Pass at 'RenderPassEvent.AfterRenderingPrePasses + 1'
- Shadows are not rendering when using the "On Demand" shadow update mode with GPU Resident Drawer and additional camera render texture
- "AVFoundationVideoMedia error while reading” error is thrown when streaming from a URL with a signed token in VideoPlayer
- Custom Render Pass using Render Graph does not render to the Game view when used with a 2D URP Renderer
Resolution Note:
Gaps like this can happen with shadows but can be fixed by adjusting the Shadow Near Plane on the light or the cascade splits in the URP Asset.
More information can be found here:
https://docs.unity3d.com/Manual/ShadowPerformance.html