How to display blender model with texture

I’ve created a 3D model by Blender, but it is displayed without texture in Unity3D, how to display my model with color that I set in Blender with Unity3D ? please help me.

Before importing the model you have to import the textures in Unity. What you can do now is:

  1. Copy the textures somewhere in your assets folder (once copied Unity imports them).
  2. Delete the grey materials in “Assets/blender/materials”.
  3. Reimport your ‘untitled’ model.

This way Unity will generate new materials for your model.