Unreal 5.1 - Chladni patterns (Rings of Power intro) effect using Niagara (FULL TUTORIAL)

  Рет қаралды 16,053

Enrique Ventura

Enrique Ventura

Күн бұрын

Today's tutorial is all about Chladni patterns, which you might have seen in the intro for the TV show "Rings of Power", and how to make a similar effect using Niagara particles. Enjoy! :)
Steve Mould video about this topic: • I recreated the Rings ...

Пікірлер: 82
@owenjenkinsofficial
@owenjenkinsofficial Жыл бұрын
Brooooo, this is litteraly the jackpot. Nobody seems to be using Unreal for Motion design and niagara has some seriously underrated features that should have the mograph community raving! Especially combined with realtime photoreal rendering with Lumen means serious cuts in render times and faster client delivery. You. Are. The. BOMB! Yes!
@EnriqueVenturaGames
@EnriqueVenturaGames Жыл бұрын
Thank you! 100% agree, not enough motion designers interested in Unreal (know a few from work that are phenomenal using After Effects but won't touch Unreal with a stick)
@owenjenkinsofficial
@owenjenkinsofficial Ай бұрын
@@EnriqueVenturaGames Looking back at this comment, I am now very excited to see a dedicated motion design toolset based on niagara that allows users to use the massive potential of unreal much much easier!
@yapanwolf
@yapanwolf 6 ай бұрын
19:53. i have still colored particles instead of white particles. what i do wrong? i was deleted color parameter and in preview window i have still colored particles.
@TheMysticHead
@TheMysticHead 5 ай бұрын
sorry I don't have UE open to get the exact name of anything but on the Texture sample (where you supplied the Render Target) there is a checkbox to color particles using the texture
@LittleBlue42
@LittleBlue42 17 күн бұрын
Could this in theory be reproduced using a scratch pad to generate a vector field instead of using a material? Id like to attempt to extend this effect into 3 dimensions.
@aaronhesse
@aaronhesse 8 ай бұрын
Absolute banger of a tutorial, this is amazing. Any news on when you will make a follow-up tutorial showing how particles can collide using PBD? that would be a game changer.
@mwlbrt4239
@mwlbrt4239 10 күн бұрын
Thats some kind of sorcery i want to have nowadays
@predragcosic7736
@predragcosic7736 Жыл бұрын
float lines = 0.0; for(delta = -06; delta
@EnriqueVenturaGames
@EnriqueVenturaGames Жыл бұрын
oops sorry, my fault on the big red text on that part: you are missing the float type declaration for the delta variable (for float delta= -0.6 etc.) (On the notepad version it is correct, though)
@predragcosic7736
@predragcosic7736 Жыл бұрын
@@EnriqueVenturaGames Thx, I photo the screen and se the difference. I'm still training. eny finished project? to learn. thx BY!
@VJSCHOOL
@VJSCHOOL Жыл бұрын
Great tutorial! Will be great to watch your tutorial about Niagara NeighborGrid. And also maybe it possible to make niagara sim looks like metaballs, it will be great tutorail too!
@EnriqueVenturaGames
@EnriqueVenturaGames Жыл бұрын
Good suggestion, and should be a quick tutorial! I'll see what can I do about it :)
@semclaquete1527
@semclaquete1527 3 ай бұрын
can you put the code in the comment please??? Thank you so much
@sean_patrick
@sean_patrick Жыл бұрын
This is certainly well beyond my expertise but I just have to try this, thanks!
@EnriqueVenturaGames
@EnriqueVenturaGames Жыл бұрын
This one is quite detailed and I go step by step without skipping anything, so it should be easy; good luck! :)
@sean_patrick
@sean_patrick Жыл бұрын
@@EnriqueVenturaGames I ended up being able to follow along easily, I appreciate you going into detail!
@smartbobert
@smartbobert 11 ай бұрын
Enrique, first off a HUGE thank you for the unique video. But I would like to ask you to record a video on how to use PBD to make meshes collide. Unfortunately, there are no sane instructions on how to work with PBD anywhere. And this will open up entirely new horizons for animation. Thank you agein!
@EnriqueVenturaGames
@EnriqueVenturaGames 11 ай бұрын
Added to the list of topics for future videos! :)
@yapanwolf
@yapanwolf 6 ай бұрын
i do exacly as U but i have an error (float3(Particles.UV.xy, 0.0) /* Custom HLSL! */) this scroipt don`t work properly for me. i get tshit message: Cannot use variable in custom expression. it hasn`t been encountered yet: Particles.UV.xy - Node: Custom Hlsl - Empty. Particle GPU compute Script
@EnriqueVenturaGames
@EnriqueVenturaGames 6 ай бұрын
This might be an error in the order of the modules. Basically it is complaining that you cannot use the variable Particles.UV because it doesn't exist yet. Make sure you declare the value before trying to use it :)
@erikpike8793
@erikpike8793 3 ай бұрын
Hey man!! I actually ran into this one myself, I accidentally set the name of the node to be UV rather than the parameter itself, your engine might recognize the set parameter Vector2D instead of UV if this is the case! I’m still pretty new, so I’m sorry if this explanation is bad, but I figured I’d toss in some help if I could! Cheers!
@emrearslan9572
@emrearslan9572 Жыл бұрын
Are there any KZbin channels, documentations or books you would recommend in addition to yours when it comes to such content? Good tutorials like these are hard to find. In general, I'm wondering how you teach yourself such things. I understand the mathematical logic, which one can learn, but I find it difficult to translate that into Unreal.
@EnriqueVenturaGames
@EnriqueVenturaGames Жыл бұрын
Hi! There are a bunch of channels that do Unreal tutorials, but in my opinion, many of them don't explain how things work, or focus on parts of Unreal that I don't find that interesting. I always keep the official Unreal documentation close. Also even if they are not specifically about Unreal, sites like shadertoy are great to experiment and discover effects or techniques.
@samliveshere88
@samliveshere88 Жыл бұрын
8:43 you can also add a copy of the multiply and add nodes after the sine and cosine it into a single static switch param
@jose9758
@jose9758 Жыл бұрын
Sigo intentando conseguir que los static mesh rueden a lo largo del piso y colisionen debidamente (sin colapsar en un sólo punto ni hacer clipping sobre el plano), sin embargo al añadir colisión vía GPU raytracing el resultado es muy pobre todavía, los mesh siguen atravesando el piso y colapsando en una sola singularidad. ¿Algún consejo? sea como sea, ¡me encantan tus videos! Muchas gracias por enseñar a éste nivel :)
@EnriqueVenturaGames
@EnriqueVenturaGames Жыл бұрын
En los ejemplos avanzados de Niagara hay uno que usa RBD (rigid body dynamics) para resolver colisiones entre partículas. El rendimiento no es muy bueno para usarlo en juego, pero para cinemáticas no va mal
@ChrixB
@ChrixB Жыл бұрын
Nice! I was looking for a Niagara system that can do this Ring of Power effect for so long! Now I just need to understand what the hell are you doing to do that black magic :-)
@EnriqueVenturaGames
@EnriqueVenturaGames Жыл бұрын
Hehe good luck! In just a few steps: - Create a material to display the equations that make the pattern - Get the field gradient - Apply it as velocity to the particles :)
@boris_kowalski
@boris_kowalski Жыл бұрын
Hello, awesome video. I tried to repeat after you but I have an issue. Particles goes somewhere up. but in sine is ok How to fix it?
@EnriqueVenturaGames
@EnriqueVenturaGames Жыл бұрын
You might be adding some force on the vertical axis somewhere, maybe if you added a curl noise or some other force you missed setting the Z axis to 0. If everything else fails you can always try manually setting the vertical component of the velocity to 0 after the "solve forces and vel." module
@tejasy1181
@tejasy1181 2 ай бұрын
amazing work and amazing tutorial. keep up the fantastic work! thank you for this!
@yapanwolf
@yapanwolf 6 ай бұрын
is it possible to add more than one shape to mesh renderer?
@EnriqueVenturaGames
@EnriqueVenturaGames 5 ай бұрын
Yes, you can add a collection of meshes and then select one either randomly, or using a script. It is not too hard to achieve, there is plenty of documentation and examples about it. Good luck! :)
@wenruiyin8958
@wenruiyin8958 11 ай бұрын
my niagara don't "set new or existing paramenter directly" for UE5.31
@mischan4813
@mischan4813 11 ай бұрын
Thank you so much for this tutorial - it's exactly how i want to use niagara. I face one promlem tho: For some reason only the particles which are initially close to the lines of the texture are effected by velocity and start moving towards the lines, the others stay in place and dont move.. any idea why this is happening? (I'm using UE5.3.1)
@dragonnet8417
@dragonnet8417 7 ай бұрын
did you managed to solve this problem? Im also facing same question.
@mischan4813
@mischan4813 7 ай бұрын
@@dragonnet8417 If I remember correctly I had to adjust the thickness in the material.. let me know if that's it
@naorini5489
@naorini5489 2 ай бұрын
I had the same issue and yes, changing thickness worked! Thanks for the help!
@TcheFranco
@TcheFranco 4 ай бұрын
Is it possible to make this with custom images? Like A text or a Logo, so in the end the particles reveals it
@iamisandisnt
@iamisandisnt 6 ай бұрын
Incredible, thanks for providing exactly what I was hoping one could do with Niagara. This is perfect
@aresagathos2075
@aresagathos2075 Жыл бұрын
i learned that velocity merges the particles, while force keeps them separated ? If that's true, that will fix one of my effects.
@EnriqueVenturaGames
@EnriqueVenturaGames Жыл бұрын
Kinda? Applying forces means that the particles will be pushed past the "destination" due to inertia, but if we set the velocity directly they merge at the point where v=0. Someone else mentioned having good results applying RBD (rigid body dynamics) to them to keep them apart.
@sumours
@sumours Жыл бұрын
I got nice results with PBD (position based dynamics) kzbin.info/www/bejne/aWKqiXmNYrKah80
@l1sten-zh6cv
@l1sten-zh6cv Жыл бұрын
What if I want the particles to form a specific pattern or logo design based on a grayscale image?
@EnriqueVenturaGames
@EnriqueVenturaGames Жыл бұрын
That's even easier, just replace all the part where I generate the grayscale chladni pattern with a texture sample of a grayscale image. Good luck!
@l1sten-zh6cv
@l1sten-zh6cv Жыл бұрын
@@EnriqueVenturaGames Hihi, thanks for the response! I managed to do that but for some reason i encountered the same problem as @moritztill2680 which is: "my particles only move towards the + direction and not to the closest position on a line as it looks in the video. That means that after a while all particles move to the top upper corner of the system bounds" been at it for some time but still couldnt solve
@quietlyworking
@quietlyworking 5 ай бұрын
👏Spectacular tutorial! Thank you 🙏
@eel900
@eel900 Жыл бұрын
This is some really useful stuff thank you.
@EnriqueVenturaGames
@EnriqueVenturaGames Жыл бұрын
Glad you think so!
@tyrheo738
@tyrheo738 8 ай бұрын
16:20 why my spirte render don't change to square? It's still circle. Even I set UV and Position likes you. UE 5.3 ...
@tyrheo738
@tyrheo738 8 ай бұрын
nvm, i found it. It's as spawn count :D
@connormarjoribanks3365
@connormarjoribanks3365 Жыл бұрын
Bro you out here sharing real magic
@EnriqueVenturaGames
@EnriqueVenturaGames Жыл бұрын
Thank you sir! Much appreciated!
@connormarjoribanks3365
@connormarjoribanks3365 Жыл бұрын
@@EnriqueVenturaGames You are an excellent teacher, so no problem! If you don't mind, I could really use your help with another tutorial. I have been trying to figure out how to create a walking monster using Niagara, like your tentacle effect but forward reaching based on velocity? Something like the prey morphing monsters when they aren't transformed. It's been tough to figure out. I can't wait to play around with this Chladni effect either, so cool!
@ooorc46
@ooorc46 Жыл бұрын
Awesome man !
@EnriqueVenturaGames
@EnriqueVenturaGames Жыл бұрын
No, you are awesome :)
@moritztill2680
@moritztill2680 Жыл бұрын
Great Video! Sadly my particles only move towards the + direction and not to the closest position on a line as it looks in the video. That means that after a while all particles move to the top upper corner of the system bounds. If I multiply the forces with -1 it only moves in the - direction. Is there any obvious step I am missing or is it the Unreal Version I am using (5.2Preview)?
@EnriqueVenturaGames
@EnriqueVenturaGames Жыл бұрын
it could be due to a number of reasons; outputting the velocity map on a material should be a good way to debug what is happening, I would start there. Good luck!
@l1sten-zh6cv
@l1sten-zh6cv Жыл бұрын
I encountered similar issue, did you manage to solve it?
@hubertserafin9635
@hubertserafin9635 Жыл бұрын
Can You post a tutorial how to add self collisions on those particles?
@EnriqueVenturaGames
@EnriqueVenturaGames Жыл бұрын
I have a couple other tutorials in the queue but I'll look into it! In the meantime, there's an example of RBD (Rigid body dynamics) in the Advanced Niagara samples of the content examples demo.
@hubertserafin9635
@hubertserafin9635 Жыл бұрын
@@EnriqueVenturaGames thanks for qucik answear. Thanks for info. Love your work :)
@williamlacrosse9389
@williamlacrosse9389 Жыл бұрын
This is mind blowing!
@aaaaaa2470
@aaaaaa2470 Жыл бұрын
Seher Sehr Geil! bekommee es nicht hin 😞
@MasterPiffy
@MasterPiffy 11 ай бұрын
how would one go about rendering this out in sequencer? you cant track a render target in the sequencer, so you cant have the shape change while rendering
@EnriqueVenturaGames
@EnriqueVenturaGames 11 ай бұрын
Haven't tried myself, but should not be an issue, since the changes come from the blueprint function calls, not from animation events.
@MasterPiffy
@MasterPiffy 11 ай бұрын
@@EnriqueVenturaGames the blueprint function gets called, but it doesnt pick up the render target because its not actually in the scene anywhere, so if you change the shape before pressing play, then sequence, it will change after 1 second in the sequencer, but thats as much control as I could get out of it. you cant animate the properties of the material throughout the sequencer and expect it to change. at least that's what I've experienced in the last 6 hours or so aha
@EnriqueVenturaGames
@EnriqueVenturaGames 11 ай бұрын
@@MasterPiffy oh dang, didn't know that (I haven't used sequencer too much) I'll have to take a look but atm I don't have any ideas, sorry!
@MasterPiffy
@MasterPiffy 11 ай бұрын
@@EnriqueVenturaGames one of those times i hope someone comes along and tells me im wrong aha i want it to work so bad
@cms3d
@cms3d Ай бұрын
@@MasterPiffy You solved it ? Ran into the same issue I only could use Material paremeters in sequencer M,N in order to give some variation but I was expecting to do the same thing as you!
@m1sterv1sual
@m1sterv1sual Жыл бұрын
Hi. love your tutorial! One q, I made LvlSeq to control material instance parameters m and n. When I play afer few changes, particles start to gather into few places and whole system looks deserted and empty.On what should I focus inside NiagaraSystem if I want them to react much faster? Is it delay time, warmup tick? Thank you!
@EnriqueVenturaGames
@EnriqueVenturaGames Жыл бұрын
Thank you! If you want to move the particles faster you just need to scale those velocity vectors that come from the material. For the bunching, you can try implementing RBD collisions between the particles so they don't collapse into a singularity.
@mae2309
@mae2309 Жыл бұрын
BUENISSIMOOOOOOOOO PERFECTO!!. queria saber un poco de este tema.. gracias
@EnriqueVenturaGames
@EnriqueVenturaGames Жыл бұрын
Me alegro de que haya sido util!
@lyudmilast2565
@lyudmilast2565 10 ай бұрын
I don't understand why the code is not working in my case. Could you help me? float lines = 0.0; for(float delta=-0.6; delta
@EnriqueVenturaGames
@EnriqueVenturaGames 10 ай бұрын
The first error line is telling you the problem; you are missing a parenthesis on the "lines+=" line, right at the end :)
@lyudmilast2565
@lyudmilast2565 10 ай бұрын
Thank you so much for your answer but, that does not solve the problem. Please help! : ) float lines = 0.0; for (float delta = -0.6; delta
@EnriqueVenturaGames
@EnriqueVenturaGames 10 ай бұрын
@@lyudmilast2565It seems like it is another syntax issue "error: expected expression" means that there's a line that cannot be evaluated (usually because of a typo somewhere)
Players vs Corner Flags 🤯
00:28
LE FOOT EN VIDÉO
Рет қаралды 74 МЛН
Bike Vs Tricycle Fast Challenge
00:43
Russo
Рет қаралды 102 МЛН
Help Me Celebrate! 😍🙏
00:35
Alan Chikin Chow
Рет қаралды 49 МЛН
Easy Bullet Trails & Bullet Hits with Niagara In Unreal Engine
14:20
Why Do Video Game Studios Avoid Blender?
6:49
The Cantina
Рет қаралды 598 М.
Electrified Skull FX in Unreal Engine 5.4 Niagara Tutorial
12:48
CGHOW | Ashif Ali
Рет қаралды 2 М.
Tutorial UE4 | Distance Field Dissolve Effect
10:07
Even Zhang
Рет қаралды 45 М.
How I made this battle scene in blender
11:05
FxForge
Рет қаралды 578 М.
Let's build this Unreal Niagara particle sim within 6 minutes
6:36
sem schreuder
Рет қаралды 262 М.
UE5 Tutorial: Use Microphone | Unreal Engine 5
16:56
Gediminas Kirdeikis
Рет қаралды 14 М.
Magical Shockwave in Unreal Engine Niagara | in 12 minutes
13:19
Motion Dreams
Рет қаралды 26 М.
#UE5 Series: Intro to Liquid Simulation in Unreal Engine
24:38