Тёмный

An Intro to Godot 4 Particles + Godot Future Development Update 

Gamefromscratch
Подписаться 253 тыс.
Просмотров 26 тыс.
50% 1

This is a combination tutorial/introduction to using Particle Systems in Godot 4.x, as well as an overview of recent and upcoming changes to particle systems in Godot starting with Godot 4.2 beta and going into the future, including a complete refactor of the GPUParticle3D class and a retirement of sorts for CPUParticles3D.
If you are only interested in the tutorial section of this video, start at 0:25 mark. If you are here for the news only, jump forward to the 7:45 Mark.
Links
--------
gamefromscratc...
-----------------------------------------------------------------------------------------------------------
GFS Patreon : / gamefromscratch
GameDev News : gamefromscratc...
GameDev Tutorials : devga.me
Discord : / discord
Twitter : / gamefromscratch
-----------------------------------------------------------------------------------------------------------

Опубликовано:

 

30 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 57   
@gamefromscratch
@gamefromscratch 11 месяцев назад
Links -------- gamefromscratch.com/the-future-of-godot-particles/ ----------------------------------------------------------------------------------------------------------- GFS Patreon : www.patreon.com/gamefromscratch GameDev News : gamefromscratch.com GameDev Tutorials : devga.me Discord : discord.com/invite/R7tUVbD Twitter : twitter.com/gamefromscratch -----------------------------------------------------------------------------------------------------------
@onetupthree
@onetupthree 11 месяцев назад
hey 😄 thanks for the shoutout! I really appreciate it ♥ and great video as well! lots of exciting stuff for godot particles 😤
@apollolux
@apollolux 11 месяцев назад
I look forward to watching your videos to see how to do things the Godot way. :)
@chuddyzz9074
@chuddyzz9074 11 месяцев назад
I just subscribed and I look forward to more Godot particles tutorials! 😁
@nathanbanks2354
@nathanbanks2354 10 месяцев назад
I also just subscribed. Tiny channels like yours are always super exciting!
@crazyfingers619
@crazyfingers619 11 месяцев назад
Where did Dani go, I need his thoughts on this subject.
@0.Andi.0
@0.Andi.0 11 месяцев назад
Godot particle system
@Tenomas
@Tenomas 11 месяцев назад
Of course I used Godot’s Particle System
@RenderingUser
@RenderingUser 11 месяцев назад
Ofc he's gonna love the new particle system. He'll rate it a milk out of yoghurt
@justlimeguy
@justlimeguy 11 месяцев назад
Man... Entered the comment sectiona nd got greeted with nsfe bots.. I reported 4 idk how many more will come.
@rremnar
@rremnar 11 месяцев назад
I've reported bots. They aren't taken down, because RU-vid is run by a bot.
@stellarlabs
@stellarlabs 11 месяцев назад
A real hero, respect!
@stellarlabs
@stellarlabs 11 месяцев назад
Just reported 2 more
@gamefromscratch
@gamefromscratch 11 месяцев назад
I used to block/ban them, but they're always fresh accounts, so really there was no point to it. They are generally 90% gone within an hour (probably due to actions of folks like you, so thanks), so I've mostly learned to live with them. Ironically they probably help the channel a little bit with the algorithm. RU-vid really does need to get this fixed though, they are wayyyyyyy too common these days. And always within a minute or two of posting, they're ultra fast.
@justlimeguy
@justlimeguy 11 месяцев назад
@@gamefromscratch a little curious this is that all of them are also created at same time, like 8-9 hrs ago .. which simply means a fault in RU-vid's moderation. Alse notice those accounts end with a similar string.
@WagnerGFX
@WagnerGFX 11 месяцев назад
Basically, "Interpolate to End" lets you tell the particles to wrap up and go home faster. Imagine you have some 10s particles, and you want to disable the particle and make them disappear gracefully in 0.5s. All you need to do is disable "Emitting" and use a tweener to interpolate that property from 0 to 1.
@gamefromscratch
@gamefromscratch 11 месяцев назад
Ah that makes sense, thanks
@AdemOmerovicBA
@AdemOmerovicBA 11 месяцев назад
Can I use tweener for music pitch increase/decrease?
@ritzenhauf
@ritzenhauf 11 месяцев назад
Why would anyone want cpu particles?
@The_Xeos
@The_Xeos 11 месяцев назад
Well it was for compatibility reasons, but yeah now it's basically useless
@ttrev007
@ttrev007 11 месяцев назад
I would have guessed for computers without GPU's but the video said compatibility with some older systems. i wonder how old the older systems are.
@KomodoBitGames
@KomodoBitGames 11 месяцев назад
You can do things like access data on skeletal mesh or without distance field integration also handle collision data. Certain things normally can’t be done on the GPU. These are features unreal has, given godot is open source it likely doesn’t have these. There are a lot of cool things you can do in VFX on the CPU
@HenryLoenwind
@HenryLoenwind 11 месяцев назад
Because the CPU will know when they collide with something and can impact that information on that object. For example, if the player is hit by a "spark of magic" particle, they can take damage. GPU particles are handled completely on the GPU, so the game code on the CPU has no idea about what they are doing---they are pure VFX.
@ritzenhauf
@ritzenhauf 11 месяцев назад
@@KomodoBitGames aaah this rings a bell. thank you!
@nostalgianinja
@nostalgianinja 11 месяцев назад
and just a few hours away they released a new Beta! Your work is cut out for you ;)
@psyboyo
@psyboyo 10 месяцев назад
Feature creep. /facepalm
@Garretlike
@Garretlike 6 месяцев назад
Haven't tried it yet, but does anyone know if it fixes the macos crashes when using compatability mode with particles?
@madhatter294
@madhatter294 6 месяцев назад
I have searched the entire internet for help and nobody seems to know how to fucking trigger one shot particles
@deluxe_1337
@deluxe_1337 11 месяцев назад
I wasn't too fond of Godot, but after this video I am interested. Thanks!
@RenderingUser
@RenderingUser 11 месяцев назад
Is there a way to collide 2D particles?
@GodsAutobiography
@GodsAutobiography 10 месяцев назад
I think you forgot to include the link to that guys effect breakdown
@skulltrick
@skulltrick 11 месяцев назад
GFS never disappoints
@DestusG
@DestusG 11 месяцев назад
We need a lot of updates in godot's particle
@orange_blossom1
@orange_blossom1 11 месяцев назад
I'm also a particle - we need a lot of updates.
@c3d_ultra499
@c3d_ultra499 11 месяцев назад
Flip book texture based particles with frame blending and ribbon trail particles are at the top of my list for things that should be added to the particle system.
@sheepcommander_
@sheepcommander_ 11 месяцев назад
@@c3d_ultra499 Im surprised i understood this sentence, and i agree!
@bunnybreaker
@bunnybreaker 9 месяцев назад
As a BIG fan of Unity's Shader Graph, this makes me so happy.
@in-craig-ible6160
@in-craig-ible6160 11 месяцев назад
Groovy.
@GoblinArmyInYourWalls
@GoblinArmyInYourWalls 11 месяцев назад
Im so glad you cover Godot so much, i quit using reddit so you are the main source of godot news
@apollolux
@apollolux 11 месяцев назад
I love me a good particle system. :)
@sheepcommander_
@sheepcommander_ 11 месяцев назад
WOW
@theforest8882
@theforest8882 11 месяцев назад
Awesome
@ThePrimeTech
@ThePrimeTech 11 месяцев назад
First 🎉
@magicalmusictv919
@magicalmusictv919 11 месяцев назад
Particles are least important part of any game engine. But they provide a payoff for your other hard work.
@ThaerRazeq
@ThaerRazeq 11 месяцев назад
First 😂
@rremnar
@rremnar 11 месяцев назад
I've read the info on the Godot website on particles. What gets me is that they can't add the same features for CPU particles, thus they are not updating it. In Unreal Engine, you can use either, and they have mostly the same features; but you can render more particles using the GPU. So I don't know why Godot devs are making excuses; incompetence, or is it another case of Vulkanitis? Edit: I am glad they are making updates to particles. They needed some attention; but I don't like reading excuses on why they can't do something, when every one else can. Then again this is the Vulkan engine, so it could be a limitation.
@ender-gaming
@ender-gaming 11 месяцев назад
It's more a case of not having hundreds of millions of dollars to spend on developers as Godot is a free and open source game engine. It's not impossible to implement CPU and GPU particles, but CPU particles are very tricky to get performant, especially with more complex effects. The dev time on this is high and it gives inferior performance. It does have simplicity in implementation for the user, but again, the free and open source godot doesn't have hundreds of millions of dollars like Unreal does and thus need to focus their limited dev time on features that provide the most value.
@denisquarte7177
@denisquarte7177 11 месяцев назад
Ok Karen
@Cleefbag71
@Cleefbag71 11 месяцев назад
It's open source and they've said they'll accept contributions that keep CPU particles on par with GPU particles. If it's so easy to do, off you go.
@gamefromscratch
@gamefromscratch 11 месяцев назад
It's more a matter of duplicating effort on a system that is quickly becoming a solution to a problem that no longer exists. Even Unreal does stuff like this, even worse on occasion, like dropping HTML5 and 2D game development support completely.
@etherealregions
@etherealregions 11 месяцев назад
I'm more so responding to Karen's point about being free and open source. I think it's awesome for Godot to be free and open source. But the business side of my mind is thinking that they could have two forks of Godot. One that's free and open source, and another that's more like Unreal that has a similar 5% or whatever user agreement. It could be kinda like patreon where the paid version gets the early access stuff first. But does get passed down to the open source version once all the bugs are worked out. If I created Godot, that is how I would have set it up, right out of the gate. But this is just me, thinking out loud. lol
Далее
Unreal Engine October 2024 Free Assets
8:21
Просмотров 1,1 тыс.
The Godot Community Firestorm
7:08
Просмотров 50 тыс.
Редакция. News: 136-я неделя
45:09
Просмотров 1,5 млн
I Made My First Game in Godot in 3 Weeks...
26:21
Просмотров 372 тыс.
Particle Systems in Godot  - Part 1: Getting started in 2D
1:05:08
A (Not So) Brief Overview of 3D Particles in Godot 4
17:02
Unity 7
12:21
Просмотров 37 тыс.
How Games Make VFX (Demonstrated in Godot 4)
5:46
Просмотров 346 тыс.
Pretty Much Everything About GPUParticles in Godot 4
24:13
Everything to Know About PARTICLES in Godot 4
17:29
Просмотров 34 тыс.
The Unity Run-Time Fee is Dead!
10:45
Просмотров 48 тыс.
All 219 Godot Nodes Explained In 42 Minutes !
42:09
Просмотров 255 тыс.