can someone help or point me in the right direction.
I have Unity3 and am unable to import FBX models.
When I try I wind up- with either a bunch of loose sections and no discernable order. One time I was able to get a model of a chair (but it had no color or texture - as it had prior in both Sketchup and Blender).
start simple, try a cube. Use the latest version of the fbx plugin. to have a texture on your asset simply copy your texture into your game directory and add it to a matterial. Apply this material to your unity object.
place the texture in the same folder where you have placed the mesh(.fbx file), if it still doesn't take the texture then manually apply the texture to the object in the inspector.
start simple, try a cube. Use the latest version of the fbx plugin. to have a texture on your asset simply copy your texture into your game directory and add it to a matterial. Apply this material to your unity object.
– loopyllama