Search Issue Tracker
Won't Fix
Votes
1
Found in
2021.3.30f1
2022.3.10f1
2023.1.14f1
2023.2.0b9
2023.3.0a5
6000.0.0b11
Issue ID
UUM-49042
Regression
No
Shadow sampling broken at the Camera's far clipping plane
Reproduction steps:
1. Open the attached “Repro” project
2. Open the “Assets/Scenes/SampleScene.unity” Scene
3. Observe the Scene View
4. Observe the Game View
Expected result: The shadows in both Scene View and Game View are identical
Actual result: The shadow in the Game View between the Cube GameObject is semi-oval shaped
Reproducible with: 2021.3.30f1, 2022.3.10f1, 2023.1.14f1, 2023.2.0b9, 2023.3.0a5
Reproducible on: Windows 10 Pro (22H2)
Not reproducible on: No other environment tested
Comments (2)
-
peetron
Mar 26, 2024 03:13
I'd really like to attach an image of the issue but this doesn't allow it. Can you provide an image hosting accepted link?
-
peetron
Mar 26, 2024 02:59
The sphere shape shadows are the issue.
The near plane shadows match to the near plane.
The far plane shadows have a sphere shape and do not match the far plane.
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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Resolution Note:
The Scene and Game cameras go through the same shadows passes. The reason for the difference between the two cameras is because the far plane was set differently on the Scene camera. Matching the far plane value on the Scene Camera showed the same sphere shape shadows, at the end of the far plane, as shown in the game camera.