Search Issue Tracker
Fixed in 5.5.0
Votes
0
Found in
5.5.0b2
Issue ID
829472
Regression
Yes
[Regression][5.5] Shadows culling produces artifacts when dynamic shadows overlap each other
Steps to repro:
1. Open Unity 5.5;
2. Create new project;
3. Extract attached 'ShadowsCullingBug' package;
4. In the project folder go to Assets -> SampleScenes -> Scenes;
5. Open 'Car' scene;
6. Launch the scene;
7. Switch to 'Free Look Camera Rig Mode' by clicking on corresponding UI menu in the top left corner of the Game view;
8. Ride the car model to the left side of the track to enter into the shadowy zone;
9. When being in the shadow zone rotate the viewpoint to see the car's front side;
10. Observe shadow rendering.
Actual result:
Shadow culling produce artifacts when dynamic shadows overlap each other. See attached gif video and actual.png screenshot.
Regression introduced in Unity 5.5.
Expected result:
Shadows should be rendered without artifacts when 2 shadows overlap each other (see attached expected.png screenshot).
Notes:
- Reproducible in 5.5.0b2;
- Not reproducible in 5.4.0f3, 5.4.0p3;
- Reproduced on both OSX 10.11.6 and Windows 10;
- Reproducible in both Scene and Game views;
- Reproducible in both Editor and Standalone build;
- Reproducible for both realtime and baked GI.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment