Search Issue Tracker
Fixed in 2020.2.X
Votes
0
Found in
2020.2.0a5
Issue ID
1230210
Regression
No
[2D][Sprite Atlas] Normal map renders differently with 2D lights when packed in sprite atlas
[2D][Sprite Atlas] Normal map renders differently with 2D lights when packed in sprite atlas
Both primary and secondary texture in packed atlas uses the same sRGB setting, resulting in lighting issues of packed normal map when "Color Space" is set to "Linear"
Repro steps:
1. Open SampleScene in attached project
2. Go to Edit > Project Settings > Player, Observe "Color Space" is set to "Linear"
3. Observe lighting of both point lights look the same in gameview
4. Enter playmode
5. Observe lighting of right point light changes in gameview
Expected result: Lighting of normal maps should not change if packed in an atlas
Actual result: Lighting of normal maps change if packed in an atlas
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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Resolution Note (fix version 2020.2):
A fix for this issue will be available on Unity 2020.2.0a12 and above