Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

How to do “Afterimage effects”or “smear-looking”

Discussion in 'Scripting' started by hxsdup1, Feb 26, 2013.

  1. hxsdup1

    hxsdup1

    Joined:
    Jan 18, 2013
    Posts:
    17
  2. FuzzyNori

    FuzzyNori

    Joined:
    Dec 6, 2012
    Posts:
    47
    I think you can do this with proper shader.

    I'd like to know this as well.
     
  3. Sir-Tiddlesworth

    Sir-Tiddlesworth

    Joined:
    Oct 19, 2011
    Posts:
    908
  4. EvansGreen

    EvansGreen

    Joined:
    Nov 9, 2012
    Posts:
    129
    You can use the pro-trial to test it. if you want it only on a character you might want to program a specific shader, but for the general motion-blur effect, you just need to attach the appropriate component to your camera.
     
  5. EvansGreen

    EvansGreen

    Joined:
    Nov 9, 2012
    Posts:
    129
    Also, is there a specific motion effect in the "post-processing" effects that does exactly what the OP is asking? I can't find one with that specific function.