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, you can 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 need to call any of the functions from that CameraShaker to shake the camera!

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

And about the Camera Shaker class here: (future link).