Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 976 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 976 Bytes

EZ Camera Shake

Cover

EZ Camera Shake is a free powerful asset for achieving easy and quality camera shake in Unity. It was created by Road Turtle Games.

It allows Unity programmers to add camera shake to their scenes with as little as one line of code, like:

CameraShaker.Instance.ShakeOnce(magn, rough, fadeIn, fadeOut);

It used to be available on the Unity Asset Store, but has since been removed and open sourced here.

As of the time of writing this, this package works for Unity 2018 perfectly. The .unitypackage can be downloaded here. PDF documentation is also included in the package.

Change History

The original version uploaded on GitHub was v1.04

[1.05] - 2019/05/08

  • Added the ability to add an offset to a camera's defualt (0,0,0) position. @axesve