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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Add comment