Search Issue Tracker
By Design
Votes
2
Found in
2019.1.0a6
2019.1.0f2
2019.2.0a1
2019.3.0a1
Issue ID
1147097
Regression
Yes
CombineMesh() mesh indices regression
Steps to repro:
1. Open QA attached project "CombineMeshIndices.zip"
2. Open repro scene
3. Enter Play Mode
4. Observe console
Expected result: Console writes 0 1 2 1 0 3 4 5 6 5 4 7 8 9 10 9 8 11
Actual result: Console writes 0 3 1 3 0 2 4 7 5 7 4 6 8 11 9 11 8 10
Reproduced in: 2019.1.0a6, 2019.1.1f1, 2019.1.0a14, 2019.3.0a1
Not reproduced in: 2017.4.26f1, 2018.3.14f1, 2019.1.0a1, 2019.1.0a5
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
- UI Toolkit throws warning and fails to clear references when fields are not typed as UnityEngine.Object
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
Resolution Note:
Fix issue with a specific default mesh (plane.fbx) import settings that results in different mesh vertex layout from pre 19.1. Some users were expecting the older style layout.