So, I have a little FPS game in which a character slowly walks in a corridor, I need to make the camera wiggle regularly when the guy walks to simulate the steps. Is there a simple function specifically for camera wiggle or I will have to just animate with a script or something.
Here is a script to make the head bob on the player. I’m not sure if there is a script to make it right/left it might be an animation. Head Bob: http://wiki.unity3d.com/index.php?title=Headbobber. Try this.