Search Issue Tracker
Fixed in 5.0.X
Votes
2
Found in
4.0.0f7
Issue ID
513791
Regression
No
Blender (or FBX) submeshes are listed in reverse order
When Unity imports Blender (or FBX) data, the order of imported submeshes in not consistent. In the imported data, see that Vase_cell_006 and Vase_cell_007 have the submeshes (and hence materials in the inspector) in the opposite order. This makes it rather painful to process the meshes procedurally (as this example is trying to do).
Comments (1)
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
- 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
zombiegorilla
Nov 26, 2013 12:11
I ran into this issue at one point as well. The problem isn't with Unity. The order of the materials are determined by Blender and comes form order of faces. That can vary depending on how you build the model. To make it consistent so the Materials are what you expect, you need to sort the faces by material in Blender so it match the material index. More info here: http://wiki.blender.org/index.php/Doc:2.6/Manual/Modeling/Meshes/Editing/Misc