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
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
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.