2D Ripple Distortion Effect Shader Graph - Unity Beginner Friendly Tutorial

preview_player
Показать описание
In this video, you will learn how to create a 2D ripple distortion effect Shader Graph in Unity engine.
The Ultimate 2D & 3D Shader Graph VFX Unity Course:

00:00 Intro
00:53 MoonGlow Village Free Coupon
01:20 Setting up the project
01:35 Creating the 2D Ripple Shader Graph
01:53 Adding the ripple center nodes.
03:13 Adding the ripple speed nodes.
04:10 Creating the ripple movement using the Sine node.
06:45 Converting the ripples into a normal map
07:07 Applying the ripple's normal map onto the 2D sprite.
07:58 experimenting with the results in the scene
09:22 Outro

MOONGLOW Village Free Asset Link:
Coupon Code: MOONGLOW

#madewithunity #shadergraph #ripple #distortion

Рекомендации по теме
Комментарии
Автор

Just referenced you in my bachelor's thesis for the wonderful toon shader video! 😍
Love you work so much!

halbzwilling
Автор

Just wanted to let you know this is one of my favorite youtube channels of all. Thank you

calendulaprox
Автор

The tutorial I was waiting for! Thank you very much!

arawn
Автор

Hi This is very cool and a great tutorial, any chance you would know how to make it horizontal lines instead of a circle, just lines of waves moving up or down?

Wilshirebs
Автор

Hi @BinayLunar, I tried this today and followed it up until the MainTex texture part at 7:26. I cannot understand what is MainTex and cannot find the file 1621223 that u applied for texture in shader graph.
I am getting the error Material does not have _MainTex texture property when I am using a default Unity circle sprite. I am stuck here and cannot find much online about missing _MainTex for default sprites. I am new to Unity and still learning so your help would really take me many steps forward : ) Thank you in advance

reya
Автор

Did all the same values, it looks ugly in mine. I wonder why.

guillermolmr
Автор

Thank you for this awesome tutorial! How Can I Add This effect to 2D renderer for simulation explosion wave on screen?

hoshicameron
Автор

bro first of all thank you for the tutorial. My problem is I put this effect on my moving vortex. It works in the scene but when i start playing effect goes away. please help me

candenizgumus
Автор

not work: Error assigning CUBE texture to 2D texture property '_MainTex': Dimensions must match
(int, intptr, bool&)

filipexavier_g
Автор

is this possible to achieve without use of the URP? I have already made a project and I don't want to add a bunch of high-storage stuff.

axelsmaxel
Автор

could you please tell me how to do it for full screen 2d ?

pavanvenkat
Автор

Fabulous work! One question though! How can I activate this shader only on mouseclick? I tried a script only activating the created material with the shader to it on mouse click, but this doesn't work. Also further googling didn't sow results. I'm a noob and every hint in the right direction for my problem would be appreciated!

Anton-mx
Автор

Great Tutorial - btw. do you know how performant is this shader?

PRodi_
Автор

can u pleas do a water wave on what ever the object shape that react with it

a.taoudi
Автор

is there anyway i can get this to work for 3d because i need to use it for my unity 3d game

bloodinthedust
Автор

Thank you for this awesome tutorial! In normal URP it works well but my game uses the URP 2D Renderer. How can I modify the ripple shader to work in 2D Renderer? All it shows for now is black!

bitbengames
Автор

Is there a way to make this work on ui?

sowtank
Автор

Love this effect! Is there a way to do it through the camera? I know you can modify the full screen using a full screen pass (per your other video), but what if I have a camera looking at UI elements that I don't want to be affected, and a separate camera looking at the game elements, which I do want to be affected? Full screen pass would affect the UI elements as well, right? (I've lost progress the last couple times I upgraded Unity so I'm reluctant to dive in)

BrentonDusk
Автор

Great video. Is it possible to apply this effect to the whole scene?

gokcekapci
Автор

how to make the same effect in 3d urp ?

dead_____line