Need help making a Effect (Plz Help)

How would one make this sword slash effect, where it Distortion the background and everything be hide it.

PS, Would one need Unity Pro to do this effect??? And how would one do this?

Plz help.

If it's refraction you're talking about, you'll need pro, but I'm sure there are ways around it

Please, next time use a meaningful title.

You need Pro for full screen post effects, but not for shader-based refraction.

1 Answer

1

I would render a quad textured with a normal map in front of where you want your slash effect, refract anything behind the quad using a normal map.

That’s pretty much it.

Have a look into writing your own shaders, you may need unity pro but I’m not sure.