Built Games Zoomed in

Hi. I have created a simple Test unity game and when I ran the game in the unity editor it all looked perfect. But after I built the game to try it as a .exe, everything is zoomed in and extra big. I will have two examples down bellow. With the difference.

In editor: https://plus.google.com/u/0/photos/110290021460412124694/albums/6000956156110780721/6000956160712628930

In .exe: https://plus.google.com/u/0/photos/110290021460412124694/albums/6000956624180972081/6000956630149947666

As alucardj mentioned, its a matter of aspect / target resolution : the view depends on the format of your window. In your screenshots you can see that the editor view as a ratio of width to height larger than in the exe window. Try resizing windows to understand it better.

In your project settings > player, look at the supported aspect ratios.