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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.