- Home /
How to make the FPS camera shake on collision with enemy?
Hi I'm making an FPS and the game is working I just need to know how to make the camera shake a little on collision with an enemy. It should be a slight shake nothing too extreme as this is a zombie game and collision will be common. Preferably how to write this in C# since that is what most of my code is in. Thanks for the help!
Answer by tanoshimi · Dec 02, 2013 at 11:45 PM
The following page came up as the top hit for me in a Google search for "unity camera shake"... no good?
http://unitytipsandtricks.blogspot.co.uk/2013/05/camera-shake.html
Your answer
Follow this Question
Related Questions
C# Twitchy Camera Movement 1 Answer
Weapon Camera FOV 1 Answer
Camera move when reach edge of screen 3 Answers
Make part of a camera viewport invisible/transparent 1 Answer
Camera Rotation 2 Answers