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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
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