- Home /
Question by
uberdood12 · Dec 04, 2011 at 06:51 PM ·
camerabobbing
Camera Bob
Hello unity users,
I was wondering if there is a way to get camera bob.
Sorry to ask this question, It probably is relatively easy to figure out.
Thanks,
Comment
Answer by Statement · Dec 04, 2011 at 07:56 PM
You could move the camera around through a sine curve. Just make sure it has a parent node where the camera should move around. This is simple done by just animating the local X/Y of the cameras transform. As the character moves forward, just increase the angle.
Your answer