How can I make a camera shake effect

How can I make a camera shake effect like Earthquake or Explosion?

I need a guide of how can I achieved it.

Please use the search in future before asking for support.

2 Likes

Ok, I expected this answer, but what I’m asking for is how can I code it myself and change the shake power?

Take a look at the source code to see how it is done. All this comes down to in the end is camera manipulation.

It looks like you are able to change the shake power with the CameraShakeInstance. In fact, there are presets such as earthquakes and explosions like mentioned in your post.

4 Likes

Thank you for the answer. Imma take a look at it.