I have a model with two parts, and I need to apply material into them. Here are the files the model came up with:
model_part1_Diffuse - this has color in it
model_part1_Specular - this is black/white
model_UV - this looks kinda cartoonic, simple colors
model_part2_Diffuse
model_part2_Specular
What settings should I use for texture files? They are .PSD if that counts.
How do I apply these to material so that it looks good? What shader to use?
Ok so these are the textures, we need to assign these textures to materials and then we need to assign the materials to the mesh (model).
Does your model already have materials assigned to it? They might just need the textures assigned to them.
If not you need to create a new material using the standard shader and assign the diffuse texture to the albedo slot, then assign the material to the model. Do the same again for part 2.
You should be able to find a decent YouTube tutorial on the standard shader for unity 5 / assigning materials I think.