Skip to content
S. Lucas Serrano edited this page Dec 3, 2022 · 20 revisions

Camera Shaker | by S. Lucas Serrano

This is a simple and easy-to-use Unity component to add juice and game feel to your games.

Download the Unity Package from GitHub or Itch.io. You only need to download the Unity Package (.unitypackage) to import it into your project. Then, from Unity go to Assets > Import Package > Custom Package, and choose the downloaded file.

Once you've added the files to your project, add the component by selecting your camera and clicking Add Component > Miscellaneous > Camera Shaker on the inspector window. Adjust the values to your needs and now you just call any of the functions from that CameraShaker to shake the camera!

This component moves and rotates the camera in local space. So if you want to move or rotate it with other components you should make the camera child of an empty game object and move/rotate that one instead, letting the Camera Shaker be the only one moving the camera directly.

See more about the Camera Shaker component here: (future link).