- Home /
Question by
Ampler Games · Sep 05, 2012 at 04:03 AM ·
movementheadbob
Head Movement
I need to make it so that when I am touching the ground and moving my players head camera will start to bob using a script. how would I do this and make it look realistic?
Comment
Best Answer
Answer by Griffo · Sep 05, 2012 at 06:19 AM
http://wiki.unity3d.com/index.php/Headbobber
And put something like below in you script to call it when grounded.
if(controller.isGrounded){
headBob();
}
Your answer
Follow this Question
Related Questions
More realistic head bob? (Help) 1 Answer
Head bob ? JavaScript 1 Answer
Realistic Movement 3 Answers
Realistic head moving on walk 0 Answers
First Person Head Bobble Issues 0 Answers