Search Issue Tracker
Fixed in 2019.2.X
Fixed in 2019.1.X
Votes
0
Found in
2018.3.0a5
Issue ID
1061354
Regression
No
[PLM] Bounced light's color is not rendered
Steps to repro:
1. Open attached project and 's5' scene;
2. Let the scene auto-bake.
Expected result:
The shadow on the plane has blue'ish transmissive tint.
Actual result:
The shadow on the plane is black.
Notes:
- Reproducible in 2018.3.0a5, 2018.2.0f2, 2018.1.9f1;
- Reproducible on Windows 10;
- Not reproducible for Enlighten.
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
- Brush Size in the Inspector window does not update when the Brush Size in Scene View is changed
- "ArgumentOutOfRangeException" errors are thrown every time a keyboard key is pressed when renaming a component in UI Builder with a symbol and changing the name after label attribute warning
- Values in "Rect Transform" component are only partially updated when changing values in Prefab Mode
- Same Asset Type Focused Inspectors do not repaint when menus are manipulated
- Bool or Trigger Parameters can be selected via right clicking to the right of a Parameter control in the Animator Window
Resolution Note (fix version 2019.2):
The standard RLSL shader contained a stale line of code (from an early version of the code that had different logic concerning occlusion tests and refraction) because it that would block first indirect rays hitting transmissive objects. This line is removed now.