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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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.