Import objects with textures

Hi,
I`ve got a problem, every time I try to import new 3d objects into my libary only the mesh is importet but without any materials/textures on it. I’ve tried severals formats as .c4d and .3ds.

How can I fix this?

Thanks
Dark Andy

Material is most of the times a special thing of your 3d software, and does not transfer. Unity normally creates a standard material with a standard shader like diffuse while import. So you have to fix that part after import by hand.

Texture should arrive when it is besides the file you want to import. Does your object even have a texture applied? I can successfully import FBX and Obj. The last one with just the standard material and no normal map though.

Get the .fbx importer and make sure to check the box for 'Embed Media"

Where can I find this checkbox? If i select the object in the Assets Libary I see the .fbx importer with several boxes but no ‘Embed Media’

No, when you export it from your 3d software check embed media and it will include it.

Ok, thanks,
the .fbx format works fine. :smile: