Models that come as more than one file
An OBJ never stores its own materials. The colours and textures live in a companion.mtl file, which in turn points at image files. An FBX can embed its textures, but only if whoever exported it chose to.
Upload a model without those companions and it converts successfully into a grey, untextured object. The geometry is correct and nothing errors, so it is easy to miss.
To avoid it, hand over the whole model rather than the one file. The upload dialog accepts any of these:
- Drag the model’s folder in. Usually the simplest, and it keeps the folder structure intact.
- Select several files at once in the file picker.
- Pick a
.zipyou have already made.
.mtl locates its textures relative to its own position, so a textures/ folder has to stay where the model expects it.
If your exporter offers Embed Media for FBX, using it avoids the problem entirely: the textures travel inside the
.fbx file and there is nothing separate to remember. OBJ has no equivalent.When files are missing
If a model references files that did not arrive, the object says so rather than quietly appearing grey. The warning names the files, and appears in the objects list, on the object’s detail page, and in the approvals queue. You can fix it without re-uploading: open the object in the approvals queue and drop the missing files onto the warning. The model reconverts in place and keeps its name, tags, packs, and approval state. Drag in a whole folder if it is easier; anything not needed is left alone. A missing.mtl is usually reported in two stages. Until that file arrives, nothing can know which images it references, so supplying it often reveals a second, shorter list of missing textures. That is expected rather than a fault.
What does not survive conversion
Everything is converted to GLB for the web and to USDZ for headsets, and a few material features have no equivalent in those formats:- Specular and Phong materials, common in older FBX exports, arrive as base colour plus whatever texture maps carried over. Models authored with PBR materials convert faithfully.
- Procedural or generated textures are not evaluated. Bake them to image files before exporting.
