Search Issue Tracker
Fixed in 2020.1.X
Votes
0
Found in
2019.2.0a3
2019.2.0b6
Issue ID
1163981
Regression
No
[OSX] Shadows are not rendered when casted from/to probe-lit GI contributors
Steps to repro:
1. Open attached project and 'SampleScene' scene; on OSX;
2. Let the scene's lighting auto bake;
3. Observe the plane.
Expected result:
Shadows casted from cubes are rendered.
Actual result:
Shadows casted by cubes are not rendered on the plane. Artifacts are shown in the Scene view when moving the viewport.
Notes:
- Reproducible in 2019.2.0b6;
- Reproducible only on OSX 10.14.5, not reproducible on Windows 10.
- Reproducible only for the shadows casted from/to probe-lit GI contributors; not reproducible for shadows casted from/to dynamic objects;
- Reproducible only for the Mixed lighting (shadowmask and subtractive); not reproducible for Baked Indirect;
- Not reproducible for Realtime GI;
- Not reproducible for Baked GI.
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
- "Curve" window workspace doesn't update the scale to match the selected curve preset unless reopened
- StackOverflowException occurs and tests fail to load when the Test Runner window is opened while System.Windows.Forms.dll and System.Deployment.dll are present in the project
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
Resolution Note (fix version 2020.1):
Some code misidentified SSDs as Lightmapped objects. SSDs should not cast shadows in Subtractive mode, but they should in Shadowmask mode.