Particle Effects in Godot 4.0 Beta

  Рет қаралды 24,872

GameDev Compass

GameDev Compass

Күн бұрын

Godot 4.0 brings some cool new features for particles systems. In this video, I go over the basics of particles in Godot and break down some effects I made with Godot 4.0 Beta 7.
Most of the techniques, except for a few new features, should work in Godot 3.5 too. There are still a few bugs in how particles work in the beta. I personally ran into some issues related to scaling curves and trails.
This is the first more art focused tutorial and I hope you like it. I'm still working on more programming and mechanics focused videos and tutorials for 3.5.
I used Material Maker for the particle textures. This free tool is actually made using Godot Engine!
Check out the Material Maker website: www.materialmaker.org/
Chapters:
00:00 Intro
00:36 Particles Introduction
02:05 Fire Effect
04:47 Rain Effect
06:14 Black Hole Effect
07:36 Light Magic Timelapse
08:31 Conclusion

Пікірлер: 33
@stesproject
@stesproject Ай бұрын
These particles effects are beautiful
@Terminator85BS
@Terminator85BS Жыл бұрын
Insanely useful tutorial, SO much good info in just 10 minutes! I'm new to particles in Godot and this really jumpstarted my progress.
@Steveplays28
@Steveplays28 Жыл бұрын
Thank you! The particles you made look amazing.
@thegameissimple
@thegameissimple Жыл бұрын
Very nice job! Fire is especially cool.
@nesterpilgrim
@nesterpilgrim 9 ай бұрын
Thanks for the video! Wanted to check on Godot's particle effect capabilities and this was perfect.
@hernanf1006
@hernanf1006 2 ай бұрын
This is some really advanced effect development, thanks for the tutorial!
@sanyi9667
@sanyi9667 Жыл бұрын
your channel is nothing but quality information. I love it
@zzzzzzzzzzzzzzzzzzzzzzzzzzzz__
@zzzzzzzzzzzzzzzzzzzzzzzzzzzz__ 9 ай бұрын
now THIS is a particle system tutorial. best I've seen yet.
@vojtastruhar8950
@vojtastruhar8950 Жыл бұрын
This is amazing. Great job!
@andrewgrinn3435
@andrewgrinn3435 8 ай бұрын
Thank you, I was stuck on the trail particle this helped me a lot.
@andreamassa2176
@andreamassa2176 Жыл бұрын
Thank you! Great tutorial
@mch43856
@mch43856 2 ай бұрын
This is amazing tyy!
@shyhrk
@shyhrk Жыл бұрын
What the hell those are so cool! I'm not a programmer nor game developer nor artist (yet), but damn, it was so cool, it making me hope that I can someday create such awesome (game and) particle effects!
@digiross7199
@digiross7199 9 ай бұрын
Beautiful shaders, i've been looking for some like these since switching to godot. I really hope the devs come out with the officially revamped asset store for top quality stuff like this.
@DestusG
@DestusG 9 ай бұрын
Thanks for this
@MansonMamaril
@MansonMamaril Жыл бұрын
more particle tutorials in the future pls... like recreating other game's vfx... :D
@theshadowgamedev61
@theshadowgamedev61 Жыл бұрын
Good content! Subbed!
@cheesymcnuggets
@cheesymcnuggets 7 ай бұрын
I've always been curious about how to make these kinds of 3D VFX, I've only ever made simple bullet collision particles. I guess the next level up from these VFX would be the VFX for a lightning gun that tracks your target, kinda like Winston's weapon in Overwatch, seemingly random lightning that finds a unique path from the muzzle of your gun to the target with every strike of lightning/emitted particle.
@KekLuck
@KekLuck Жыл бұрын
this video is an absolute gem! Thank you so much for sharing
@natgazer
@natgazer Жыл бұрын
Cool!
@terrylyn
@terrylyn Жыл бұрын
Really nice looking effects! I have troubles getting the trails working properly and aligning them as billboard. The settings are spread in a few places and undocumented, no idea which checkboxes should be enabled, maybe you could do a tutorial how are you achieving the effect?
@anarkyworld
@anarkyworld Жыл бұрын
Excellent, we needed a tutorial like this to improve our world.
@snippyboons
@snippyboons Жыл бұрын
This is awesome, but could you export these scenes so we can take a look at them?
@WeatbixZ
@WeatbixZ Жыл бұрын
Very cool but i feel like the black hole effect should be in reverse??
@sephiroththephoenix
@sephiroththephoenix Жыл бұрын
Nice video! By the way, how do you do the Light Magic effect at 0:22? This one looks high quality.
@GameDevCompass
@GameDevCompass 11 ай бұрын
It's the particle effect from the timelapse near the end of the video.
@BinaryBolias
@BinaryBolias 9 ай бұрын
Reminds me of a weakened light spirit from The Legend of Zelda: Twilight Princess.
@v44n7
@v44n7 Жыл бұрын
particle creator in godot 4 seems so damn powerfull, does other engine has such a powerful tool too?
@Telokis
@Telokis 5 ай бұрын
It's a bit frustrating because your showcasing is great, I really want to replicate some of those things and adapt them into my game but you go quite fast over the configurations so I can't really copy the config into my project. (And the engine has changed a bit since then). Specifically, I'm trying really hard to make some kind of 3D magic projectile for which I'd want particles to leave a trail exactly like you're doing for your black hole. But the result is awful when I try to do what you did. I'm probably missing some things that weren't shown in the video.
@rumariomusic
@rumariomusic Жыл бұрын
Looks great. I like your compact and short videos. But your video is too fast and incomplete and I can't follow. Since you don't publish source code, the video becomes useless. I'm subscribing in the hope that you'll consider it in the future.
@GameDevCompass
@GameDevCompass Жыл бұрын
Thanks for the feedback! I've released the source code for the previous tutorial videos on GitHub. I didn't think it was necessary for this video since it's more of a showcase of the particle features and doesn't contain any coding. The idea was just to show what's possible, not so much a step by step guide. It's always a difficult balance for me to make the videos as short as possible, yet informative. I'll keep trying to improve on this!
@telmotrooper
@telmotrooper Жыл бұрын
@@GameDevCompass I would also appreciate if you could share the project on GitHub, I'm having a hard time trying to implement similar particles in my game. Did you read any particularly useful tutorial / documentation when you were figuring out particles in Godot?
@Xackery
@Xackery Жыл бұрын
@@GameDevCompass I second this. I downloaded Material Maker and used your quick glance at the end to replicate the fire. I also repeated all the steps for fire emission previewed at start, but the material step was lost in the quick overview. :/
Active Ragdoll / Physics Animations in Godot 4.0
6:06
Crigz Vs Game Dev
Рет қаралды 45 М.
Survival skills: A great idea with duct tape #survival #lifehacks #camping
00:27
ОСКАР vs БАДАБУМЧИК БОЙ!  УВЕЗЛИ на СКОРОЙ!
13:45
Бадабумчик
Рет қаралды 3,5 МЛН
Common VFX Shader Techniques ft. Godot
7:07
onetupthree
Рет қаралды 40 М.
A (Not So) Brief Overview of 3D Particles in Godot 4
17:02
Watt Interactive
Рет қаралды 13 М.
We're making a STEALTH GAME in Godot!
1:04
IMISelf
Рет қаралды 960
Making A Day & Night Cycle in Godot 4
7:19
StayAtHomeDev
Рет қаралды 20 М.
Remaking the Black Hole Shader from Outer Wilds! | Unity Shader
11:37
Quontyn Tech Art
Рет қаралды 22 М.
Godot 4: Add snow particles to your 3D scene (tutorial)
15:59
FencerDevLog
Рет қаралды 1,9 М.
Making a Raycaster using Godot 4 Compute Shaders!
29:20
Binary Soup
Рет қаралды 16 М.
An Intro to Godot 4 Particles + Godot Future Development Update
13:52
Gamefromscratch
Рет қаралды 25 М.
How Games Make VFX (Demonstrated in Godot 4)
5:46
PlayWithFurcifer
Рет қаралды 320 М.
Самый дорогой кабель Apple
0:37
Romancev768
Рет қаралды 296 М.
Tag her 🤭💞 #miniphone #smartphone #iphone #samsung #fyp
0:11
Pockify™
Рет қаралды 22 МЛН
Собери ПК и Получи 10,000₽
1:00
build monsters
Рет қаралды 2,3 МЛН
YOTAPHONE 2 - СПУСТЯ 10 ЛЕТ
15:13
ЗЕ МАККЕРС
Рет қаралды 178 М.