Search Issue Tracker
By Design
Votes
13
Found in
5.0.0b22
Issue ID
670054
Regression
No
Ambient Light Occlusion is not baked properly in a grid based scene
How to reproduce:
1. Open attached project
2. Open scene OcclusionBug.unity
- Notice how some of the squares are darker in the Shaded view. Switching to Directionality or Irradiance makes those squares more pronounced.
- Editing Ambient Intensity (in Lighting -> Scene), and setting it to zero makes the shading seamless (but without any Ambient Lighting)
Here is what the issue looks like:
Ambient Intensity set to 0: http://screencast.com/t/hFmfZaNFaqq0
Ambient Intensity set to 1: http://screencast.com/t/Ys35LVi9aG
Comments (1)
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
- OnPostprocessAllAssets() is not called for a modified Prefab when another Asset is set Dirty in the same callback
- [Android] UIToolkit ClickEvent is fired when the device is rotated
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is thrown when launching a project with a corrupted library
KEngelstoft
Aug 21, 2015 08:14
The reason you get the dark squares is that the cube (the ground) sees a lot of backfacing polygons (the trees). You can fix this by assigning a custom Lightmap Parameters and setting a lower Backface Tolerance.