Assign material/Textures to multiple objects

Hi Unity Community!

Is there a way to assign a material to multiple objects at once?
Because it takes a lot of time to drag material/textures in an 3d model with a lot of parts.
i would really appreciate some help! :smiley:

Hi, at first you may excuse for my bad english! =)

I have an Idea, how it works.
Your Objects have different Materials (Mat01, Mat02, Mat03).
In this case you should try the following steps.

  1. creat your own Material with your spezifications
  2. In the Inspector-Window go to the Headline an press the right mouse button and click on “copy Material proportys”.
  3. Go too the All Materials-Folder in dhe Project Window. There are all materials of your Project an these of your modells too.
  4. Select in this folder all Materials, which you want to edit and press the right mouse button on one of the selectes
  5. Click on “past material propertys”.

Thats it! All your selectet Materials shoult now have the same spezifications. =)