- Home /
Need help with screen resolution and character size
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!
I am thinking it could be the character controller component, that its below your character so its pushing it up maybe? if not is the box collider on the floor to low or high?
I'm not sure but try manipulating the box colider - if it's accurate then move it a little and see how this will work on "build and run".
Answer by senad · Apr 16, 2012 at 09:22 AM
Do you have the same aspect ratio in editor and build? If they are different it could be a reason. Try setting the aspect ratio in the editor from "free" to the one you use in your build.
Your answer
Follow this Question
Related Questions
Make shift "gun" points down when falling or jumping 1 Answer
I'm having trouble with my character when playing in unity, and when I build and run the game 0 Answers
Glitching between box colliders. One is kinematic... Help! 1 Answer
When I move my arms back and forth, the player stops falling or moves upward 2 Answers
A node in a childnode? 1 Answer