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
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
- Profiler - Taking you to the wrong section when using 'show'
- Draw Renderers custom pass doesn't work with SSGI
- WebCamTexture does not set the requested resolution when used in WebGL
- Editor default Stylesheet/Matching Selector buttons in Debugger don't do anything
- Graphics.DrawMeshNow stops rendering Render Texture after a few frames when viewed in the Player
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.