Search Issue Tracker
Won't Fix
Votes
0
Found in
5.5.1f1
Issue ID
904826
Regression
No
Imported models mix up vertex data if imported from a modeling application which supports geometry shading via edge-breaks
Reproduction Steps:
1. Import attached project.
2. In Assets, observe the meshes contained within the FBX files.
Note: There are a few fbx files to compare how the edges differ on particular settings. The description of the models are set as titles for simplicity.
Expected result: If an edge is set to "hard" in Maya (for example), then the mesh vertex data in Unity should always be split for that edge as well.
Actual result: Unity appears to be combining (or not-splitting) vertex data if it matches that of another vertex.
Reproducible in: 5.5.3p2, 5.6.0p3, 2017.1.0b2
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note (2018.3.X):
The problem happens at the export level from Maya and is probably a limitation of the FBX SDK. If the hardedge are set but the normals doesn't change, the FBS SDK will weld them together on export.