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
- PlayerPrefs get corrupted when a minimized fullscreen Player is closed through the Taskbar
- "To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations." warning is printed when JobTempMemoryLeakValidation switch is enabled
- Main Thread stalling when loading Audio Source asset asynchronously while preloading another Audio Source asset
- Material artifacts occur in the Material Preview window when baked lighting is applied to scenes
- Package Manager Filters (Status) dropdown is different color than Packages, Sort or Add package dropdowns
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.