- Home /
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?
Answer by stingman · May 22, 2012 at 04:52 AM
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.
Your answer
Follow this Question
Related Questions
Camera Control and Character Rotation 1 Answer
3rd person camera/movement 2 Answers
3rd Person Camera: Keeping it out of objects etc (example)? 0 Answers
3rd Person camera collision 2 Answers
3rd Person to First Person Camera 0 Answers