models in unity doesn't look as in blender

I’m trying to create fps hands for my game but the model isn’t looking the same in blender as in unity…

i made an “Arms” model in blender and then i made a camera, changed its fov to 60 degrees ( like unity) and made sure it was exactly at location 0,0,0 in world space.

looks like this:

Imgur

Imgur

then i imported the .blend file into unity and put the model object under my player camera at exactly location 0,0,0 and it looks like this:

Imgur

but as you can see, its not looking exactly like it does in blender? why is this? how do i fix it?

ohh guys i found an article that solves the problem

http://www.jairobinson.com/blog/game-art/matching-fov-between-blender-3d-and-unity/

Looks like the aspect ratio for the displays are not the same. That will affect how the FOV acts. Try using the settings in the game window to limit the aspect ratio to match blender and see if that fixes it.