Blender 3D Model Mesh Backwards?

Hello, I am in need of some assistance.

I am currently messing around with this 3D model (Dropbox - Minecraft Town.FBX - Simplify your life) and when imported to Unity3D the mesh colliders don’t seem to work.

I have ticked the “Generate Colliders” box for the model, yet the problem of me going through objects persists. Even when I add the Mesh Collider components separately it doesn’t work.

EDIT
I have looked into it a bit more and noticed that when I get into the object, I can no longer get out. I looked at the meshes for the objects and realized that they’re all backwards, which would explain why the Mesh Collider would not work outside but would inside.

The new question is: How can I flip the meshes back outwards in Blender?

What’s Wrong?

There are a few things wrong, but the reason you’re able to see through your mesh is because the Normals of the object aren’t facing the way you’d like them to. In most cases this would be as simple as selecting all of the vertices in the object and flipping them the other way.

For some reason, most likely because of how it’s been modeled or generated when you flip the vertices of the buildings so you can see the outside, the inside becomes invisible.

Recommendations

  1. Scale your model down to a more reasonable size such as .01
  2. Turn on Backface Culling

How to turn on Backface Culling

If the menu isn’t appearing on the right then push N while the cursor is hovering over the 3D view.

How to Flip Normals

  1. Enter Edit Mode
  2. Select the Faces you wish to flip
  3. Push Ctrl+N

If the normals are still backwards, then toggle the box on the left that says Flip Normals.