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,

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.