-
Notifications
You must be signed in to change notification settings - Fork 24
Scripts.CameraMotionBlur
Wesley Haws edited this page Jan 1, 2017
·
2 revisions
##Scripts - CameraMotionBlur
This is part of the default unity effects package.
###What does this do?
Blurs the camera when it moves.
###Who/What is this for?
Player camera or any other camera that you want this visual effect to take place on when it moves.
###Setup
Example Setup:
This is part of the default unity effects package. Read about it here:
The following is a list of github repositories that made all of this possible:
delta patches: https://github.com/OctopusDeploy/Octodiff
.net 4 implemented in Monodevelop: https://github.com/mono/mono
Tuples In Unity: https://gist.github.com/michaelbartnett/5652076
Octodiff: https://github.com/OctopusDeploy/Octodiff
Input Manager: https://github.com/daemon3000/InputManager