Unity Shader Graph - Blood, Poison and Liquid Shader Effect Tutorial

  Рет қаралды 84,613

Gabriel Aguiar Prod.

Gabriel Aguiar Prod.

Күн бұрын

Пікірлер: 116
@GabrielAguiarProd
@GabrielAguiarProd 5 жыл бұрын
NEW BLOOD TUTORIAL: kzbin.info/www/bejne/f4fNaGCrqKerftE Learn more about VISUAL EFFECTS for Games with this UDEMY COURSE: www.udemy.com/course/vfx-for-games-in-unity-beginner-to-intermediate/?couponCode=18.99_UNTIL_20-09 Unique Toon Projectiles Volume 1: assetstore.unity.com/packages/vfx/particles/unique-toon-projectiles-vol-1-139417?aid=1100l3Jhu
@SiGrossArt
@SiGrossArt 4 жыл бұрын
Wow man I love these tutorials. I'd love an explanation of how you made it splatter and fade on the ground there at the end. That looked dope.
@IfejioforIfeoma
@IfejioforIfeoma 5 жыл бұрын
Okay I finished the video and I change my mind this rocks
@ChadRockwell
@ChadRockwell 5 жыл бұрын
Yes! Thanks so much! I've been taking a hiatus from gamedev but this was one of the things I was looking for then.
@ronniebakuman
@ronniebakuman 5 жыл бұрын
Do you think it will cut at the ages of an cube? Or will it form a complete image on the edge of cube?
@notafurrysogoaway
@notafurrysogoaway 5 жыл бұрын
Absolutely love this. Thank you.
@abdullahgulcur8737
@abdullahgulcur8737 5 жыл бұрын
I am really thankful for this video, that was something that i really needed to learn. And u care people's request. Keep up the good work !
@GabrielAguiarProd
@GabrielAguiarProd 5 жыл бұрын
Thank you, glad you liked
@CastleClique
@CastleClique 4 жыл бұрын
Great video, going to use this for my game!
@subekkhadka4469
@subekkhadka4469 4 жыл бұрын
The background music really helps!!
@MrMorvar
@MrMorvar 5 жыл бұрын
Nice video again! Keep up the good work!
@thanhn0943
@thanhn0943 5 жыл бұрын
This is what I need, thanks bro.
@karbs3036
@karbs3036 5 жыл бұрын
You are the best 💪
@457Deniz457
@457Deniz457 5 жыл бұрын
Nice Thank You ! :)
@FrostshadowStudios0310
@FrostshadowStudios0310 2 жыл бұрын
Perfect for something like God of War, and I fully intend to put these effects to excellent use.
@zazo5525
@zazo5525 2 жыл бұрын
Dude what are u talking about there's barely any blood in god of war apart from the executions and boss finishers. did u even play the game lol???
@rpnishad67
@rpnishad67 11 ай бұрын
Awesome Tutorial! Just had a question. Are you using standard pipeline or Universal Pipeline?
@GabrielAguiarProd
@GabrielAguiarProd 11 ай бұрын
Yes I believe it was done with the URP.
@jedthompson6442
@jedthompson6442 4 жыл бұрын
What are the final numbers in the variables you dont show what for NoiseAmount, NoiseScale, NoiseSpeed, Time, Specular or Glossiness
@DevDreamz-k6m
@DevDreamz-k6m 4 жыл бұрын
How do you make the blood hit the ground
@larsthedude1984
@larsthedude1984 3 жыл бұрын
I believe you can check for if particles collide with things, so you would code it so that wherever it collided it paints a decal on the surface (like how you would do bullet holes with a ray cast gun.) You’d probably need to be mindful of performance though.
@DevDreamz-k6m
@DevDreamz-k6m 3 жыл бұрын
@@larsthedude1984 thanks
@dogTA_88
@dogTA_88 3 жыл бұрын
so good Thankyou
@MrMaccap007
@MrMaccap007 4 жыл бұрын
Could you explain how you got it to stay on the ground, i got the collision to work and the sub emitter but i havent been able to get it to stick to the ground.
@TheRailDoc
@TheRailDoc 4 жыл бұрын
kzbin.info/www/bejne/a6vVoGeupsd-jdk
@cargorunnerUK
@cargorunnerUK 3 жыл бұрын
I am using the Universal Render Pipeline and Unity 2020.3 - My Shader Graph editor screen looks pretty different to yours and I have a property called material as well as the "Workflow" and "Surface" property that you have in your video of the shader graph editor. The material has a massive impact on the preview. If my shader graph material setting is the default "Lit" then the preview is always pure white. I was not able to follow this tutorial and get it to work, but maybe it only works under a different render pipeline. I have downloaded some pre-made particle effects and their transparency does not work in my project, my only guess is the Universal Render Pipeline is the problem.
@ronniebakuman
@ronniebakuman 5 жыл бұрын
If there is a cube on the ground and we splash on the edges of the ground will it just form the complete image on the edge or it will cut the particle on edge and rest of the particles wil fall on ground?
@batman85057
@batman85057 5 жыл бұрын
It's just a particle so yeah probably but you can fix that by adding a scene depth cutoff so if there isn't anything immediately behind the particle it's transparent.
@ronniebakuman
@ronniebakuman 5 жыл бұрын
@@batman85057 will that make it work like a decal?
@batman85057
@batman85057 5 жыл бұрын
@@ronniebakuman Not exactly, since the particle is still a sprite, and won't be projected so if it's at a corner it will only be half of the particle on one side of the cube, but otherwise it achieves a similar effect. Also I think you can also make decal graphs so you could do it that way too.
@ronniebakuman
@ronniebakuman 5 жыл бұрын
@@batman85057 but i guess we can make decal graphs on HDRP only
@ToastandBananas
@ToastandBananas Жыл бұрын
My textures show up as a black box for a tiny amount of time when a particle is first emitted. What's going on here?
@ToastandBananas
@ToastandBananas Жыл бұрын
Welp, figured it out. I had to adjust the value of the first key of the X curve on the Custom Data Vector to start slightly above 0 (I set it to 0.01)
@KRGraphicsCG
@KRGraphicsCG 5 жыл бұрын
You must have been playing MK 11, because the blood looks SO GROSS and satisfying... once you get the particles working with reflection probes, it will look great. I might have to do a version where the blood stays on the ground
@dandogamer
@dandogamer 4 жыл бұрын
Not sure what I'm doing wrong but my particles appears black in the scene/game, also some of the particles do not render properly, so display a black square
@jimmyjones3200
@jimmyjones3200 3 жыл бұрын
Hey! Did you find a solution to this? I am having exactly the same issue. Thanks
@slavic_sloth
@slavic_sloth 3 жыл бұрын
the year is 2022, shader graphs no longer have PBR Master. is there any way to fix this? i have shader graphs, core RP library and universal RP installed.
@GabrielAguiarProd
@GabrielAguiarProd 3 жыл бұрын
With right click create a blank shader graph in a folder just like in the video. Then you can choose Lit in the Graph inspector. Hope this helps
@slavic_sloth
@slavic_sloth 3 жыл бұрын
@@GabrielAguiarProd That's the thing, since Unity updated how shader graphs are done it doesn't work the same way. Creating a Blank shader only displays the Vertex/Fragment but completely blank. Creating any other shader will give you something similar to the PBR Master, but not quite the same. Instead of albedo it's been replaced with Base Color(3). It appears differently but works the same. It also didn't help that unity was giving me issues as well.
@GabrielAguiarProd
@GabrielAguiarProd 3 жыл бұрын
@@slavic_sloth Once again: after you create a blank shader graph you can select Lit in the GRAPH INSPECTOR.
@kianushkeykhosravi8413
@kianushkeykhosravi8413 4 жыл бұрын
like clouds I think we could simulate blood in a 3d software create a sprite sheet and use the sprite sheet I didnt test it yet but i think this way could work too GREAT tut btw love your tutorials man keep going
@rahulnmahajan7224
@rahulnmahajan7224 5 жыл бұрын
Any chance for making leaves or vegetation shader using shader graph LWRP?
@Sparrow420
@Sparrow420 5 жыл бұрын
Big up, great video. any chance you tell us how you get the effects on the object it hit? like the splat on the ground here and the trail with your lasers, I'm been trying to get a system to do that kind of stuff with out much overhead, all I can contemplate is sooo unelegant it makes me sad.
@joelpumarega6206
@joelpumarega6206 5 жыл бұрын
just instantiate the system when the hit event start
@RemiG-3D-Art
@RemiG-3D-Art 4 жыл бұрын
Hey great video ! can you make a tutorial about water particle ? tap water and Water spray ?
@NatureRaph
@NatureRaph Жыл бұрын
Thanks for the tutorial. Can I use it in URP too?
@GabrielAguiarProd
@GabrielAguiarProd Жыл бұрын
Yes you can!
@NatureRaph
@NatureRaph Жыл бұрын
@@GabrielAguiarProd ok thanks
@NatureRaph
@NatureRaph Жыл бұрын
@@GabrielAguiarProd Sorry to bother you again but I have three questions. So I read comments asking after the Collision from the Blood on the Surface. But I dont really know what I have to do with Sub Emitters. And my blood is on one side darker than on the other. Can you help me with that please? And also whcih Spawn Shape do you use? Because you didnt show that like in the end and that looks very cool
@unknow7659
@unknow7659 5 жыл бұрын
Cool I love it
@Duuude9448
@Duuude9448 4 жыл бұрын
Hi ! thx for tut! very good one ! Do u know if its works with Universal Rendar 2d ?
@GabrielAguiarProd
@GabrielAguiarProd 4 жыл бұрын
Yes it does. You need to start with a Sprite Lit Graph and the idea should be very similar. Good luck
@Duuude9448
@Duuude9448 4 жыл бұрын
@@GabrielAguiarProd thanks a lot God bless you !
@schneeritterstudios2648
@schneeritterstudios2648 4 жыл бұрын
@@GabrielAguiarProd Sorry, but that didn't help me. Once you reached the alpha clip threshold, the Sprite Graph just dies down, since there is not equivalent :( Also, just deciding to ignore that and handle the stuff via transparency of the texture, the normals also do not work, obviously. So saaaaad.
@erfrid
@erfrid 3 жыл бұрын
Nice! Would you please explain how you made the ground decals?
@GabrielAguiarProd
@GabrielAguiarProd 3 жыл бұрын
If I remember correctly it was done with Sub-Emitters set to trigger on collision.
@nastyazhgareva6725
@nastyazhgareva6725 3 жыл бұрын
Thank you for very useful tutorial! May I ask what render pipeline is this?
@GabrielAguiarProd
@GabrielAguiarProd 3 жыл бұрын
It was HDRP, if I remember correctly.
@Jack-hm8pu
@Jack-hm8pu 5 ай бұрын
Can I use more than 8 parameters by custom data?
@chenariana3482
@chenariana3482 5 жыл бұрын
I used the same steps as you did in shader graph but finally it did not create distortion and the texture did not Jill at all....
@marksnyder7255
@marksnyder7255 3 жыл бұрын
For current application, considering updates and such, is this best done using lit shader graph or just particle system?
@marksnyder7255
@marksnyder7255 3 жыл бұрын
I'm relatively new to shaders so 'translating' tutorials using previous versions is a bit tough. Thanks for the help!
@karolsobanski8913
@karolsobanski8913 5 жыл бұрын
Fantastic!
@Daniel-do2mh
@Daniel-do2mh 4 жыл бұрын
Hi! Do you think that this is still good for the most recent version of unity?
@GabrielAguiarProd
@GabrielAguiarProd 4 жыл бұрын
Of course.
@Daniel-do2mh
@Daniel-do2mh 4 жыл бұрын
@@GabrielAguiarProd Thanks!
@Maurilustrador
@Maurilustrador 3 жыл бұрын
Nice, thank you so much. Is there an easier way to have dissolve effect on particles and to manipulate the dissolve amount with the opacity of the particle?
@호주노예
@호주노예 5 жыл бұрын
What a tutorial!!!
@GabrielAguiarProd
@GabrielAguiarProd 5 жыл бұрын
Thank you :)
@theFlamesss
@theFlamesss Жыл бұрын
Albedo - is a Base Color PBR shader - is a Lit shader (unity 2021+)
@StephenWebb1980
@StephenWebb1980 Жыл бұрын
it'd be nice if you told us why PBR Graph doesn't show up in the Shader menu item list. I'm using URP that have anything to do with it?
@GabrielAguiarProd
@GabrielAguiarProd Жыл бұрын
It's no longer available, but once you create a Blank Shader Graph you can set it to Lit, which is the same as PBR. Or you can directly create a Lit Shader Graph, it's also the same as PBR.
@Contatoalienigena
@Contatoalienigena 4 жыл бұрын
Gabriel, is this effect on your course?
@Ghazerak
@Ghazerak 5 ай бұрын
is this working with Builtin ? Or i'll have to use URP / HDR
@GabrielAguiarProd
@GabrielAguiarProd 4 ай бұрын
This was made with URP, but now a days it also works with built-in.
@flyingroads3498
@flyingroads3498 Жыл бұрын
Do you have it on unreal?
@haroldinho420
@haroldinho420 4 жыл бұрын
It looks really light and transparent for me, any tips?
@Michaentus
@Michaentus 3 жыл бұрын
I know its very late reply, but you probably had the Power public variable with a value too high, I found myself with the same problem.
@ssjgokuidk119
@ssjgokuidk119 5 жыл бұрын
Could you possibly make a tutorial on the stand aura like in Jojo's bizarre adventure?
@Celtravels
@Celtravels 3 жыл бұрын
Im working in HDRP, is there a way to convert it to a HDRP lit shadergraph? The alpha clip threshold is missing in the lit master for example, and I dont know how to go on...
@Krufs
@Krufs 3 жыл бұрын
It's a toggle in the graph settings :)
@_KorruptioN_
@_KorruptioN_ 3 жыл бұрын
I just figured it out. If you right click the bar at the bottom of the "Fragment" node, it will let you add a Alpha Clip Threshold to it. Took me a while lol
@danidev-n8c
@danidev-n8c 2 жыл бұрын
I am using urp and the shader don't show the texture, it's all white
@tbwentmia
@tbwentmia 4 жыл бұрын
can someone help, the particles still have a black background
@xanderbuyst1521
@xanderbuyst1521 5 жыл бұрын
Looks amazing, can I also request you to make a tutorial on a nuke, I've been trying to make a nuke for so long but the farthest I've gotten was a cheap blender model rizing from the ground :]
@GabrielAguiarProd
@GabrielAguiarProd 5 жыл бұрын
That may happen in the future. :)
@wafted_wind
@wafted_wind 4 жыл бұрын
Can anyone tell me what did I wrong if shader appears full black color in game? On the scene everything works great...
@dandogamer
@dandogamer 4 жыл бұрын
Im also having this problem
@jerrydali1179
@jerrydali1179 3 жыл бұрын
i don´t have the PBR graph option, help
@GabrielAguiarProd
@GabrielAguiarProd 3 жыл бұрын
If you don't have PBR Graph then it means you are in a recent Unity version or you don't have Shader Graph installed in the Package Manager. If you are in a recent unity version start with Blank Shader Graph, in the Graph Inspector you can set it to Lit and follow the tutorial from there.
@sanketvaria9734
@sanketvaria9734 4 жыл бұрын
the custom data thing does not work at all.
@GabrielAguiarProd
@GabrielAguiarProd 4 жыл бұрын
Make sure the UV node has the channel to UV01 and then add in the custom vertex streams the Custom01.xyzw
@wtmftproductions
@wtmftproductions 3 жыл бұрын
@@GabrielAguiarProd But why did you specifically add "UV2" to the vertex streams?
@ererbe
@ererbe 5 жыл бұрын
Do this take much performance? or is it good?
@GabrielAguiarProd
@GabrielAguiarProd 5 жыл бұрын
Depends on the platform. It can be optimized, but I won't say it's super heavy.
@ravipandya198
@ravipandya198 4 жыл бұрын
Can you give me that's blood shader texture which you have created in this video.
@Ziplock9000
@Ziplock9000 5 жыл бұрын
Why not use a particle system for this?
@Awlorein
@Awlorein 3 жыл бұрын
Ok but how did you make it go on the ground
@GabrielAguiarProd
@GabrielAguiarProd 3 жыл бұрын
That was done with collison and sub-emitters in the particle system. The idea is that everytime a particle hits the ground, it dies and it triggers a sub-emitter with horizontal blood. Hope this helps.
@Awlorein
@Awlorein 3 жыл бұрын
@@GabrielAguiarProd Thank you for the help, I'll try it out.
@plusone8879
@plusone8879 4 жыл бұрын
amazing thank you!
@Cloxygen
@Cloxygen 5 жыл бұрын
You don't show how to make it stay on the ground..
@GabrielAguiarProd
@GabrielAguiarProd 5 жыл бұрын
It's not that hard. Just use the Collision module, in World mode, 1 for Dampen, 0 for Bounce. Turn on Sub Emitter, select on Collision and assign a particle system that emits 1 particle of blood.
@O_Fanboy_Da_Claro
@O_Fanboy_Da_Claro 3 жыл бұрын
+1LIKE!
@danielzheng9358
@danielzheng9358 3 жыл бұрын
Please also shoot the blood over a box
@hellfireXIV
@hellfireXIV 4 жыл бұрын
0:34 sploosh
@lapinouu9489
@lapinouu9489 2 жыл бұрын
Hello, is it possible to have the package for free in exchange for advertising on the social network vrchat on which I am more well known ?
@KICKinYaFACE
@KICKinYaFACE Жыл бұрын
I really like your videos but I'm almost always desperate about the photoshop segments... You just instantly put masterpieces onto the table and I'm sitting here too stupid to pick a fitting brush.
@KRGraphicsCG
@KRGraphicsCG 5 жыл бұрын
Could I do this with Amplify as well? And you need some gross bits I can also see this being used for vomit LMAO
@GabrielAguiarProd
@GabrielAguiarProd 5 жыл бұрын
Yes you can use Amplify to create a similar shader. Oh yeah this can be totally used for vomit.
@KRGraphicsCG
@KRGraphicsCG 5 жыл бұрын
@@GabrielAguiarProd And gorey chunks with the blood... like chunky blood with pieces of brain in it
@lawliet_2303
@lawliet_2303 4 жыл бұрын
For those who don't have photoshop?
@GabrielAguiarProd
@GabrielAguiarProd 4 жыл бұрын
They can use Krita or Gimp, which are free.
Unity Shader Graph - Slash Shader Effect Tutorial
13:10
Gabriel Aguiar Prod.
Рет қаралды 75 М.
The BEST Mechanical Display You've EVER Seen!!!
13:51
Tin Foil Hat
Рет қаралды 495 М.
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН
Animation vs KJ (Stick nodes) Trailer
1:46
Sonic Yash
Рет қаралды 62 М.
Shader graph в Unity! Проще чем кажется! Шейдер граф
12:48
Яковлев Илья - IT и игры
Рет қаралды 34 М.
Can I do 10 EFFECTS in 10 MINUTES!?
14:52
Gabriel Aguiar Prod.
Рет қаралды 6 М.
БУКВАЛЬНО НЕПРОХОДИМЫЕ ИГРЫ / Булджать
20:02
БУЛДЖАТь
Рет қаралды 2,5 МЛН
I Recreated Arcane With $0
15:01
Noggi
Рет қаралды 1,9 МЛН
An introduction to Shader Art Coding
22:40
kishimisu
Рет қаралды 1 МЛН
I Answer Your Questions About VFX for Games!
8:00
Gabriel Aguiar Prod.
Рет қаралды 3,4 М.
Unity VFX Graph - Interactive Particles Effect Tutorial
12:21
Gabriel Aguiar Prod.
Рет қаралды 6 М.
Moebius-style 3D Rendering | Useless Game Dev
8:12
Useless Game Dev
Рет қаралды 863 М.
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН