Search Issue Tracker
By Design
Votes
0
Found in
5.5.0a4
Issue ID
815725
Regression
No
Light passes through one-sided mesh renderers in baked mode
One-sided mesh renderers (e.g. a default Unity plane or a mesh imported from an external 3d software) can't block out light emitted by a mesh with emissive material or a Light when the lighting is baked. The light passes through to the other side of mesh. The result is the same when "Cast Shadows" parameter of Mesh Renderer is set to "Two-Sided".
Steps for reproduction:
1) Open "TestScene1".
2) Ensure that in "Lighting" window, the "Ambient GI" parameter is set from "Realtime" to "Baked".
3) Build the lighting.
4) Observe the bug.
Notes:
- Alternatively, the cube with emissive material can be disabled and "Point light" can be enabled in the scene. The type of light can be changed to anything. Same bug can still be observed.
- In GIF attached, Shaded Mode and Baked Mode in the editor are displayed.
- Reproduced with the version 5.3.5p6, 5.4.0b22, 5.4.0b25, 5.5.0a3
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
Add comment