3D OBJ Export - Only White, No Color

I am trying to export a file to an .obj 3D object. The faces are NOT reversed. I’ve already checked that. I also have the “export texture maps checked”. No matter what I do, the .obj model is all white. I specifically want to place it as a custom asset in Beyond Typicals, and I want to avoid applying textures in BT. I have successfully done this before, I do not understand why this is happening now. Any help would be appreciated.

This is the file.

When exporting from SketchUp, ensure “export texture maps” is checked in the options

I have export texture maps checked as well. I should have included that in my original post.

When you export an OBJ file with textures/materials it will also make an MTL file with it, which is used by the OBJ file, it defines the colors and texture images [if any]. If there are textures there will be a folder with the set that contains the Image files needed. I can’t tell from the model you linked if the gray material has a texture. This folder is needed it is named after the model, but in other OBJ-makers it might be named differently. This folder-name/file-name is set in the MTL file as map_Kd for each material with a texture.

If the MTL file OR the image-folder is not included in the same folder as the OBJ, then the imported OBJ will appeal uncolored or untextured…