Search Issue Tracker
Fixed in 2017.3.0f3
Fixed in 5.6.X, 2017.1.X, 2017.2.X
Votes
0
Found in
5.5.1f1
Issue ID
891894
Regression
No
If the draw call before a DrawMeshInstanced call has a negative scale, the normals on the instanced call will be flipped
Reproduction steps:
1. Open project attached (Repro project.zip).
2. Disable "Sphere (1)".
Expected result: Floating cubes will remain the same.
Actual result: Normals are flipped on floating cubes.
Notes: This happens when there is an object with Negative scale and it is the last object drawn in the scene. If there is an another object further, then normals remain the same.
I edited material since the old one had some mistakes in the shader.
Reproduced on: 5.5.1f1, 2017.1.0p5, 2017.2.0b9, 2017.3.0a6.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- ListView element is rendered in solid black after docking if UI Builder window was already opened prior to project launch
- [WebGPU] error with compute shader and read-only RWTexture
- Capacity-size memory is copied instead of Length-size when using UnsafeUtility.memCpy()
- Console displays "SerializedObjectNotCreatableException: Object at index 0 is null" error during Unity theme change while "Tile Palette" window is opened
- Details are not shown when Error Message is still selected after changing Log Entry Count in the Console
Add comment