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
- Crash on ResizeScriptingList<ScriptingObjectPtr> when passing an undeclared variable to the results parameter for GameObject.FindGameObjectsWithTag
- [Android] "Screen.safeArea.y" always returns values outside of the Safe Area when the device is in Portrait orientation
- Frame spike due to many TreeRenderer.TreeUpdated calls when repositioning terrains in large Scenes
- Crash on GameObject::RemoveComponentFromGameObjectInternal when reparenting Text GameObjects
- [IL2CPP-GarbageCollector] Changing GCMode might permanently disable GC in a multithreaded context
Resolution Note (fix version 2020.2):
A fix for this issue will be available on Unity 2020.2.0a12 and above