Having trouble with screen resolution and character sizes

Hey there guys,
I’m running into a problem when I’m using Unity, where when I’m playing the game in unity my character appears to be walking finely along the platform with his feet just touching them (see attached picture) but when I test this game when I click build and run, the character appears to be floating on top of the blocks and no longer barely touches them. Anyone know what the problem is?

Playing it in the game view :

When I build and run the game

If anyone can help I’d greatly appreciate it!

Bump

I would guess you hard-coded the position/scaling to a particular screen size?

–Eric

It seems like the character is the same size on both pictures but the size of blocks differs. Eric5h5 is probably right.

Have you tried to match resolution or at least aspect ratio of the Game view with your phone’s resolution?

Thanks a ton. I resized my game view to the correct resolution that I played in the final build and it looked fine. Thanks!