- Home /
Question by
kevinrocks_786 · Jan 08, 2017 at 05:29 AM ·
c#fpsunity5camera-movementfps controller
How to make FPS Camera bounce when walking
I have successfully managed to write my own FPS Controller for my character. He can walk/run, jump and look around. However, when it walks or runs, the camera moves smoothly. I would like the camera to bounce up and down like in the FPS controller Unity provides in the Standard Assets. Thank you :)
Comment
il give you a hint , use $$anonymous$$athf.Sin the trig functions
Answer by Steemfox · Jan 08, 2017 at 09:19 PM
Just search up "Unity FPS headbob tutorial" on YouTube and there should be plenty of videos on this.