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
- Crash on Unity::Joint::SetJointLocalActorFrames when changing connectedBody on a ConfigurableJoint
- WebGL player crashes on RuntimeError when using the Disk LTO code optimization
- All Animators previous animations are activated while transitioning when a second split-off transition overrides the first split-off transition
- Warning that external text editor path does not exist when manually selecting specific code editors such as VSCodium or TextEditor
- [tvOS] Provisioning Profile Type is ignored when it is set to "Distribution"
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.