- Home /
Effects On An Entire Scene
I am trying to create some effects that change an entire scene. In the case that i need i need everything to be blurred and a ghost effect. I would assume that for the ghost effect i would need to get what rendered during the last frame, overlay that on the camera, and then change the alpha. But i dont know where to begin on that. Any help would be appreciated.
P.S. Sorry for the vague title, i wasn't entirely sure how to phrase it.
Have you looked into Image Effects? Here's a Unity Tutorial Video about them
Answer by Jessespike · Jun 18, 2015 at 07:45 PM
Look into Image Effects http://docs.unity3d.com/Manual/comp-ImageEffects.html
A Camera Motion Blur can probably achieve the effect you want. Camera Motion Blur
Thank you that works for some effects i need but is there a pre-made one that can do this but for the whole screen.
Your answer
Follow this Question
Related Questions
Wrong depth detection in Depth of field effect 1 Answer
Ghost effect like Metro 2033 1 Answer
Text gets blurry on mobile 1 Answer
All my Objects in Unity Looks Blurry 1 Answer