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
- Raycasts travel an incorrect distance when a non-normalized Direction vector is provided to RaycastCommand
- The mouse cursor can escape the bounds of the Game view when the Editor experiences a stall
- Files are displayed inconsistently by file type in the Project window when set to display in Two Column Layout
- [iOS] [Android] External library generics fail during IL2CPP build
- Animator State’s Multiplier field shows a Parameter that no longer exists when the Parameter was assigned and then deleted
Add comment