Importing from Bleder texture problems.

Hello!

I have managed to import my models from Blender to Unity. Currently, they do not have textures (I will add them when they are finished).

So I have 2 problems with the models. I have added a test grass texture to the half of my bridge. However, the texture doesn't applies to the bridge as it should be. The grass isn't shown, just a green texture. How can I fix that?

Secondly, in my road next to the bridge, the left side of the road has some strange "shadows" or something like it. If I put a texture in it, it still there. How can I fix it?

Image: alt text

Thanks, Dreeka

Sorry, I have forgot the Image:

http://img69.imageshack.us/f/unitymat.jpg/

Hi Dreeka,

Try different tiling values, depending on your object size.

To the first question, is your mesh Uvmapped(Arranging the texture on your mesh in Blender)? Looks like it is not.

The strange shadows are there cause some faces of your mesh pointing inwards and not outwards I belive, if it is so fix it before UVmapping your Mesh.

I answered a similar question about importing textures from Blender into Unity here. I hope that's useful!