Search Issue Tracker
Fixed in 2020.2.X
Votes
6
Found in
2017.4
2019.3.0f3
2020.2
Issue ID
1205209
Regression
No
Static batching changes Normal map on GameObjects when negative values are used on Scale
How to reproduce:
1. Open the attached "1205209.zip" project
2. Open the SampleScene Scene
3. Enter Play Mode
4. Observe the two Cube GameObjects
Expected result: No changes to the GameObject's when entering Play Mode
Actual result: The right Cube GameObject Normal map changes on Play Mode
Reproducible with: 2017.4.35f1, 2018.4.27f1, 2019.4.9f1, 2020.1.4f1, 2020.2.0a21
Notes:
-This can only work when Static Batching is enabled and the object has negative values on the Scale Transform
-Open Game window in advance to see the changes happening before and after entering Play Mode
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
- [VFX Graph] Base Color Map Inconsistency between Lit and Unlit Ouput
- [HDRP] Water is using the wrong depth when calculating absorption for alpha clipped transparents with depth prepass enabled
- [VFX Graph] Emissive isn't working with Decal output
- Gizmos are not drawn in Game view and Render Graph Execution errors are shown when stacked Overlay Camera is used and 'Compatibility Mode' is disabled
- Crash on WalkTypeTreeInternal when selecting the Texture of a specific FBX
Resolution Note (fix version 2020.2):
A new sorting pass that splits out objects with an odd number of negative scales has been implemented. It will result in more batches but normals now renders correctly.
Fixed in 2021.2.0a4