About<battlerite>,how is it done?

Hello every one,I saw this effect in battlerite. But i’ve no idea to do this.

it dont like a simply dissolveshader?maybe it have a simply way,but i dont know how is it done,can somebody help me?

forgive my poor english:)

26 Likes

dissolve & curl noise UV distortion

1 Like

thanks,i m tried,but i dont know how to use “noise” in unity shaderforge,:sweat:

i think it maybe like this?

maybe not.:sweat:
sry,I can’t find the tutorial in youtube about noise,Could you explain it in more detail?thanks

3 Likes

You’re doing the right thing, you just need to use a scalar value, out the vertex alpha, or a custom particle parameter, to control how much distortion to use. The lerp is a way to go about it with the texture your using, just input in the base UVs as there other input.

its right?

9 Likes

Effectively, yes. They’re using a different distortion than you are though. Their’s is doing far more on the sides than your texture which is much more confined to the center of the UVs. I also can’t say for sure they’re using the alpha to drive the distortion, but it’s certainly the most straightforward way.

1 Like

thanks!It’s very like already!:grin:

Hey, I made that! :smiley: The shader is setup like this:

You can get lots of different results by changing the min/max dist. Smoothness changes how sharp the edge is.
Cheers!

44 Likes

I really can’t :heart_decoration: this thread enough. Thanks for sharing!!

1 Like

Maybe you need to make a “double love” heart and add it to the template. :smiley:
“New achievement : Received Double Love!”

that was awesome! Thanks!

1 Like

Thanks a lot, brother. Solved the big problem that bothered me for a few days:heart_eyes: :heart_eyes:

1 Like

Thanks a lot for the share.:wink:

1 Like

Hi,What MainTex do you use?

This one. :slight_smile:

4 Likes

thanks:slight_smile:

Hey Limeslushie and qwejinxiaozhe, how do you create your flowmap? I’ve been trying to figure out a way to hand-paint it so I can have more control.

Is the red halo part of your Flowmap Limeslushie? I know SF has preview issues sometimes but I wasn’t sure if that was intentional. Also, does the Min/Max distance control the distance of the texture from the center?

Hey colossaladvent, for my part I use the software called FlowMap Painter ( FlowMap Painter – teckArtist ) wich allow you to paint the direction you want, with the force you want !

3 Likes

Hey, I rendered it out from maya, I learned it from this series: https://www.youtube.com/watch?v=Ic7OPLB5r8c
The red halo is just a preview issue. The Min/Max dist is distortion amount.

6 Likes

Hi everyone ) I did a little more complicated shader
flowmap

9 Likes