• This repository has been archived on 05/Nov/2020
  • Stars
    star
    398
  • Rank 107,801 (Top 3 %)
  • Language
    C#
  • License
    MIT License
  • Created over 5 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A free powerful asset for achieving easy and quality camera shake in Unity. Open-sourced with the permission of Road Turtle Games. 📷

EZ Camera Shake

Welcome Badge

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.

FAQ

I don't want to read the docs! Show me how to use this visually.

Okay, here's a video.

The camera is now stuck at 0,0,0 and none of my other scripts can move it!

This is actually the expected behavour and is explained in the documentation! You can also read a bit about it in #3 and #4.

Are there any alternatives to EZ Camera Shake?

Yes, now there is. When this EZ Camera Shake was created (and also around the time it was open sourced), there weren't that many free and easy ways to achieve camera shake. Now, however, easy and complex shake behaviours can be made with Unity's free camera management package Cinemachine.

📋Change History

The original version uploaded on GitHub was v1.04

[1.06] - 2020/05/23

  • Replaced deprecated scene management methods for demo scene. @HexedHero

[1.05] - 2019/05/08

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

More Repositories

1

Dimension-Dash

Dimension Dash was an 8-bit runner Android game based off sonic (active 2016-2018). It uses the Unity game engine, and was a successful release with over half a million downloads and thousands of active users.
C#
24
star
2

allsearch

Opening the world of search.
TypeScript
7
star
3

Generic-Inventory-Manager

[Uncompleted & Discontinued] Java FX inventory manager created by @andersonaddo, @Ogoe1, @Femilamptey and @Prekaya. With some modifications, it can work for many businesses!
Java
7
star
4

Detonate

Save the sewers to save the day! 💣 🔫A tile-based NES-styled bullet hell made for a game jam. Made in Unity
C#
5
star
5

perlin-noise-terrain-generator

A biome-based terrain generator that uses perlin noise. Made using this tutorial(https://www.youtube.com/watch?v=wbpMiKiSKm8)but with some modifications for my own needs.
C#
4
star
6

10-minute-car-game

🚗My entry for @Brackeys #10minutegame challenge (where I was meant to make a game in 10 minutes). It's a game where you have a car dodging obstacles. Made in Unity
C#
3
star
7

Molotov-Madness

A platformer that I started (but didn't finish) for Ludum Dare 43. Discontinued development. 🍸💥
ShaderLab
2
star
8

spotify-for-bike-app

TypeScript
1
star
9

xbar-low-power-mode-tool

A quick xbar tool to better manage Low Power Mode on Mac books
Shell
1
star
10

the-room

An exciting VR game made in Unity for Google Cardbord
C#
1
star
11

Daily-Hero

Daily Hero is a useful Android application that teaches its users about tons of DC and Marvel comic characters for free. No internet connection required.
Java
1
star
12

andersonaddo

It me.
1
star
13

nitter-wrapper-app

A simple Android app that allows people to deep link Twitter links to Nitter.
Java
1
star
14

Primus-for-PC

This is a JavaFX application that calculated pi ratios, phi ratios and prime numbers. It can do macro number calculations, being able to find millions of ratios or prime numbers at a time.
Java
1
star
15

Forest-of-Stories

A little playable experience for the Vanderbilt Curb Scholarship semi-finals. 🌙 🌳
C#
1
star
16

compliance-by-design-experiments

Different PostgreSQL prototypes and benchmarks for the Compliance by Design research project at Brown University. 🐘🗂️
PLpgSQL
1
star
17

Primus

Primus is a simple android application designed to find prime numbers - one at a time or thousands at one go.
Java
1
star