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:
- Copy the textures somewhere in your assets folder (once copied Unity imports them).
- Delete the grey materials in “Assets/blender/materials”.
- Reimport your ‘untitled’ model.
This way Unity will generate new materials for your model.