There seem to be a lot of threads on trying to import materials along with .fbx files but I seem to be having the opposite problem. I have a material, and if I apply it to a primitive object it works fine, but if I create a box in Blender and import it, create an object from the mesh out of the fbx, and then apply the same material, it just displays one solid color.
I thought maybe the size difference was causing it to have problems but changing the tiling up and down didn’t help. I’ve tried changing the texture and it almost seems to be grabbing one pixel out of the texture and applying that to the entire object. I’ve also tried telling it not to import materials from the fbx.
I’ve just started using Unity so I may be missing something basic, but I’ve read through the manual and the reference and a few threads on here and I don’t see anything that helps.
I already have an object with a mesh filter and a mesh renderer. It works fine with meshes like squares and spheres, but when I change the mesh to the one imported from the FBX the texture doesn't seem to be appearing the way I would expect. I will definitely try your suggestion of just dragging the entire object created by the FBX and changing the material, but it would be useful to understand why what I originally did doesn't work.
– ccwscott