3rd person camera to player

Okay I want to have a 3rd person view by having a camera follow the character, but when i apply scripts the character is floating in front of the camera when it moves up and down. How do i keep the character on the ground?

you need to apply gravity to your character. I don’t know what scripts you are applying but if you are using a rigidbody just apply gravity to your character. if you are using a character controller you have to define the gravity but it’s not difficult. Check out the tutorials available… should help you out a bit. 2d and 3d platformer tutorial are both good.

thank you so much stingman.