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
- Scene Filter buttons reset to "All" in the Occlusion Window when entering Play Mode but the Scene Filters themselves do not reset
- Transition property is not disabled in the UI Builder when it is set by a variable
- Crash on PersistentManager::GetSerializedType when opening a specific Scene
- GlobalObjectId.GetGlobalObjectIdSlow returns empty ID when in Prefab Isolation Mode
- Crash on Transform::RemoveFromParent when deleting a child 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.