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
- The Scrollbar becomes unusable when adding Elements to the List
- "One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error in Player when a specific project is built
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
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