Search Issue Tracker
By Design
Votes
0
Found in
2018.3.0a1
2019.1.0a1
2019.1.0f2
2019.2.0a1
2019.3.0a1
Issue ID
1155170
Regression
No
CPU Lightmapper with a lot of Indirect Samples results in blocky shadows when an object is partially obscured by other objects
How to reproduce:
1. Download the tester-submitted package(BugRepro)
2. Create a new Unity project
3. Import the package
4. Open BugScene and find the plane with the tree models
5. Open Window > Rendering > Lighting Settings
6. Make sure the following settings are selected:
- Lightmapper: Progressive CPU
- Indirect Samples: 100
- Bounces: 1 or more
7. Generate Lighting
Expected result: generated tree shadows are projected correctly
Actual result: generated tree shadows appear blocky
Reproducible with: 2018.4.1f1, 2019.1.4f1, 2019.2.0b3, 2019.3.0a3
Could not test with: 2017.4.27f1(Project incompatible)
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
- Missing script error when clicking “script” link in Cave scene’s Water Sample Description
- [VFX Graph] Set Position Shape Gizmo isn't refreshed after shaper switch
- NullReferenceException is thrown when trying to access volumeStack from the HDCamera class
- Visual artifacts appear when using an Orthographic camera with a Reflection Probe
- Not all animation properties are accessible when a prefab with an avatar model contains a nested copy of itself with a renamed GameObject
Resolution Note (2019.3.X):
This issue is caused by invalidated texels, which hit the back faces of the one-sided object. You can verify that by switching to Texel Validity view. To fix this, simply check Enable Double Sided Global Illumination for your one-sided material, in the material inspector.