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
- Prefab preview does not update when material settings are changed in the Inspector window
- [HDRP] Rendering breaks when changing upscaler settings with attached frame debugger
- Error "NullReferenceException: Object reference not set to an instance of an object" is present when opening the project or reloading the domain
- Target selection menu in Profiler has no highlight when hovering on various options
- Text is not displayed in the Inspector window when using Korean characters
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