can't see obj file

Hi

I imported an OBJ file into Unity. When I click on it in the project tab, I can see the wireframe of the mesh in the inspector (although the orientation does not seem right).
But when I drag it into the scene, I can’t see anything. As you can see from the screenshot, transform is ok; I zoomed in and out, changed the scale. It has mesh renderer and mesh.

What can be the cause of this?
thanks

Export your models as .fbx files instead

@username

If You are sure that the Import Settings of the object are OK, then common causes for invisibility of object in the scene are

  • would be a scale issue. Try selecting
    one of your objects in Unity and hit
    Shift+f to see if anything shows up.
  • If not scaling issue then export your
    model as .fbx files.