4
$\begingroup$

I have created a model and imported it into Blender.

enter image description here

All parts of the mesh use one and the same texture image.

However, when load my blend file in Unity, each and every mesh part receives an individual shader / material slot:

enter image description here

My problem is

1) that I have to re-assign the material in Unity (well, I guess, I will sooner or later find out why Unity does not use the correct material right away)

2) that I would like to merge some parts into a single part (for example, "Face", "Legs", "Arms", etc. should be a single object called "Body" since they will use the same shader)

Can somebody tell me how I can do that?

Thank you!

$\endgroup$
2
  • 1
    $\begingroup$ If you select one part in Blender then double tap the 'a' key it will select everything. If you press 'Ctrl+j' it will merge all the parts. Unity should now only see one mesh, material and texture. $\endgroup$ Commented Feb 2, 2015 at 3:51
  • 1
    $\begingroup$ Thank you! Do you want to make your comment the reply? $\endgroup$ Commented Feb 3, 2015 at 22:30

1 Answer 1

1
$\begingroup$

If you select one part in Blender then double tap the 'a' key, it will select everything.

If you press 'Ctrl+j' it will merge all the parts.

Unity should now only see one mesh, material and texture.

$\endgroup$

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .