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
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
Add comment