All Projects → andersonaddo → Ez Camera Shake Unity

andersonaddo / Ez Camera Shake Unity

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

Projects that are alternatives of or similar to Ez Camera Shake Unity

Swissarmylib
Collection of helpful utilities we use in our Unity projects.
Stars: ✭ 154 (-19.37%)
Mutual labels:  unity3d, game-development, unity3d-plugin
Socket.io Client Unity3d
socket.io-Client for Unity3D, which is compatible with socket.io v1.x
Stars: ✭ 147 (-23.04%)
Mutual labels:  unity3d, game-development, unity3d-plugin
Crystalai
A Utility AI for C# and Unity
Stars: ✭ 328 (+71.73%)
Mutual labels:  unity3d, game-development, unity3d-plugin
Deadsimple Pixel Perfect Camera
An exceedingly easy-to-use pixel perfect orthographic camera script for 2D scenes in Unity. Punch in a few specs and you've got a working pixel perfect camera. It's that easy.
Stars: ✭ 186 (-2.62%)
Mutual labels:  unity3d, game-development, camera
Merino
Merino is a narrative design tool that lets you write Yarn scripts inside the Unity Editor
Stars: ✭ 275 (+43.98%)
Mutual labels:  unity3d, game-development, unity3d-plugin
X Postprocessing Library
Unity Post Processing Stack Library | Unity引擎的高品质后处理库
Stars: ✭ 1,079 (+464.92%)
Mutual labels:  unity3d, game-development, unity3d-plugin
Unitybarcodescanner
Simple Unity Barcode Scanner
Stars: ✭ 180 (-5.76%)
Mutual labels:  unity3d, unity3d-plugin, camera
Unityfx.async
Asynchronous operations (promises) for Unity3d.
Stars: ✭ 143 (-25.13%)
Mutual labels:  unity3d, game-development
Fairygui Unity
A flexible UI framework for Unity
Stars: ✭ 2,007 (+950.79%)
Mutual labels:  unity3d, unity3d-plugin
Rocket
RocketMod — .NET Game Server Plugin Framework
Stars: ✭ 147 (-23.04%)
Mutual labels:  unity3d, game-development
Unity Scriptableobjects Game Events
Based on a great talk by Ryan Hipple, here is my improved version of his Game Event system for Unity
Stars: ✭ 121 (-36.65%)
Mutual labels:  unity3d, unity3d-plugin
Unitypausemenu
This is an open source Unity pause menu created for the game New Horizons, and it's completely free because of how a pause menu is a core component of a game, while the unity asset store was lacking in such an asset (until this was released on the asset store).
Stars: ✭ 160 (-16.23%)
Mutual labels:  unity3d, game-development
Rimlight
Customizable rimlight shader for Unity that includes pulsation and noise scrolling. Give your scenes that extra oomph!
Stars: ✭ 170 (-10.99%)
Mutual labels:  unity3d, game-development
Paddle Soccer
A simple, two player multiplayer game built to show how you can host dedicated game servers on Kubernetes.
Stars: ✭ 141 (-26.18%)
Mutual labels:  unity3d, game-development
Gamedev4noobs
Olá, sejam bem-vindos ao repositório _gamedev4noobs_ do Estúdio Vaca Roxa. O propósito desse repositório, além de contribuir para o projeto 4noobs, é ensinar o básico do desenvolvimento de jogos para iniciantes. Apresentando boas práticas e insumos para criar games incríveis.
Stars: ✭ 122 (-36.13%)
Mutual labels:  unity3d, game-development
O2
2D Game Engine with visual WYSIWYG editor
Stars: ✭ 121 (-36.65%)
Mutual labels:  unity3d, game-development
Arcadecarphysics
Arcade Car Physics - Vehicle Simulation for Unity3D
Stars: ✭ 189 (-1.05%)
Mutual labels:  unity3d, game-development
Zinnia.unity
A collection of design patterns for solving common problems.
Stars: ✭ 177 (-7.33%)
Mutual labels:  unity3d, unity3d-plugin
Unity Design Pattern
🍵 All Gang of Four Design Patterns written in Unity C# with many examples. And some Game Programming Patterns written in Unity C#. | 各种设计模式的Unity3D C#版本实现
Stars: ✭ 2,600 (+1261.26%)
Mutual labels:  unity3d, game-development
Ma textureatlasser
Texture atlas creator for Unity
Stars: ✭ 116 (-39.27%)
Mutual labels:  unity3d, unity3d-plugin

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].