Search Issue Tracker
Fixed in 5.6.0
Votes
0
Found in
4.3.1f1
Issue ID
583309
Regression
No
FBX file vertices get merged together on import to Unity
Steps to reproduce:
1. Download two files attached (16.fbx and 28.fbx)
2. Import them both to Unity by drag and dropping to project field
Actual result: In the Unity preview for these files, both of them have 16 vertices
Expected result: One has 16, the other one has 28 vertices. This can be seen correctly if the models are imported to Blender (Alternatively, this can be seen with text editor on line 218, which has all the vertices coordinates for the models. Different counts of points).
See attached screenshot from blender and text editor
Tested and reproduced on:
Windows 10
Unity 5.3.5p7, 5.4.0b24, 5.5.0a2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment