Tag: Shake

Basic 2D “Screen Shake” in Unity

In 2D gaming, a screen shake effect tied to movements on screen can give important sensory feedback to the player. In Unity, it’s simple to implement. Here’s one way to do it (in the meantime if you want to look through the finished script, you can find it here): Create a new ...