Search Issue Tracker
By Design
Votes
0
Found in
2017.4
2018.4
2019.2
2019.3
2019.3.0f1
2020.1
Issue ID
1206892
Regression
No
Dynamic objects are included in shadowmaps when baking static Reflection Probes
How to reproduce:
1. Open "SampleScene" from the attached project
2. Open Lighting Settings window
3. Click "Generate Lighting" and wait until bake finishes
4. In Hierarchy select "Reflection Probe"
5. Inspect the probe preview in Inspector
Expected result: no shadows are visible in the baked reflection probe
Actual result: shadow cast from the point light is visible in the baked reflection probe
Reproducible with: 2017.4.36f1, 2018.4.15f1, 2019.2.17f1, 2019.3.0f4, 2020.1.0a18
Note: this affects shadowmap-based lights in all rendering pipelines: built-in, URP, HDRP
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
You can exclude the object including its casted shadow from the reflection probe by assigning it to a different Layer and using the culling mask feature of the reflection probes.