Search Issue Tracker
By Design
Votes
0
Found in
Issue ID
1118863
Regression
No
Subtractive shadow shows artifacts on normal mapped surfaces
Steps to reproduce:
1. Download CornellBox project and open the CornellBox scene
2. In the Hierarchy panel, make sure that Directional Light is enabled
3. In the Lighting Settings, switch the lighting mode to Subtractive
4. Bake the lighting
5. Notice that the bumped texture looks strange when a subtractive shadow is cast upon it
Notes:
- The issue does not reproduce on materials with no normal maps
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
- [Linux] UI picking is offset to the left when Reference DPI and Fallback DPI differ
- Scrolling in a default ScrollView in WebGL builds is slower when compared to other platform builds and the Editor
- Physics 2D Manager documentation page is missing
- Duplicate External Textures start appearing when a Texture created with "CreateExternalTexture" is modified causing Memory Usage spikes on VisionOS
- Silent crash when using a "Blend Shape" in a "Skinned Mesh Renderer" to move vertices to Vector3.positiveInfinity, and "Occlusion Culling" is baked
Resolution Note:
At the moment normal map are not taken into account when we bake the lighting. This is a known limitation of the current system. Fixing this is more of a feature request that would need to be prioritized against other dev.