The Easy Scene Transition Setup for Godot

  Рет қаралды 5,182

StayAtHomeDev

StayAtHomeDev

Күн бұрын

Пікірлер: 29
@stayathomedev
@stayathomedev 3 ай бұрын
🔥 GET THE SOURCE FILES ►► www.patreon.com/StayAtHomeDev_ 👉🏼 CHECK OUT MY GODOT 4 FPS TUTORIAL SERIES ►► kzbin.info/www/bejne/hF7NmWunmJ2ngNU
@justyoutubin
@justyoutubin Күн бұрын
In the TransitionController , the in root node and the ColorRect, be sure to set the Mouse filter to Ignore so you can still click on your loaded child scenes.
@johny5w
@johny5w Ай бұрын
I appreciate the short length of this video (and your others) that gets right to the point and has a lot of good info. I also like that you added a function to change the length of the animation time. I have one suggestion though, I don't think the game controller script should need to know the names of the animations. If nothing else, you could refactor it so that there is a "private" function _transition, and then two public ones transition_fade_in and transition_fade_out that call _transition.
@comradecid
@comradecid 3 ай бұрын
thanks for this - it was extremely helpful :)
@marcelslofstra2157
@marcelslofstra2157 3 ай бұрын
You shouldn’t use the tree order to dictate drawing order. Just use the Z index. That’s what it’s for.
@HeathJinkins
@HeathJinkins 3 ай бұрын
this comment made me aware that control nodes use the z-index now. Thanks!
@studionibel
@studionibel Күн бұрын
I got it working, but the issue i'm having is now the fade in and fade out is overwriting the splash screen we made in the previous video, to the point where the fades are hiding the splash screen completely. Also, any time I press a button from the main menu, ( in the previous video, we set button inputs to skip the splash screen) this triggers a transition, which triggers the fade. Can anyone help
@-mixu-
@-mixu- 3 ай бұрын
Please make a deep dive video about VisualSky shaders
@Mempler
@Mempler 3 ай бұрын
(Havent watched the entire video yet) I usually abuse animations for that, lol. even calling scripts from within the animation
@brahmbirsingh6105
@brahmbirsingh6105 3 ай бұрын
can you help me with some. im trying to god of war(2018) style main menu where 3d scene in behind the menu and when press {new game} game start from 3d scene can you give me general idea on >> how to implement
@officialdreamplayz
@officialdreamplayz 3 ай бұрын
👌
@marcelslofstra2157
@marcelslofstra2157 3 ай бұрын
😂 ‘will you just learn me rather advanced techniques implemented by large teams, and do it in a KZbin comment?’
@HeathJinkins
@HeathJinkins 3 ай бұрын
@@marcelslofstra2157 I mean, conceptually it's not THAT hard. You'd just need to setup your systems really well and know exactly what you want to do beforehand. But conceptually it would just be like this: GameScreen ├── Node3D │ ├── [3d assets] │ └── [camera] └── FullRect Control └── [menu with buttons] I just implemented it as a test, so it's really not that hard within Godot
@u1over
@u1over 2 ай бұрын
@@HeathJinkins yes, just make main menu part of your game scene, or preload your scene as a child of main scene which contains main menu ui.(instead of loading your game scene after main menu scene, for example) so you need to unpause game or play animation as a transition through your play/load button
@officialdreamplayz
@officialdreamplayz 3 ай бұрын
@hamoom
@hamoom 3 ай бұрын
this channel is great other than the pronunciation of "godot" kills me every time
@lout160
@lout160 3 ай бұрын
But that's how it's pronounced in the Samuel Beckett play "Waiting for Godot", which is the origin for the engine's name.
@hamoom
@hamoom 3 ай бұрын
@@lout160 most people say "gough dough" not "god dough"
@lout160
@lout160 3 ай бұрын
@@hamoom That is wrong. Most people do not. Just the people you're exposed to. The majority of people who've experienced "Waiting for Godot" since 1958 have pronounced it as it is being pronounced here, the way Samuel Beckett wrote it.
@hamoom
@hamoom 3 ай бұрын
@@lout160 kzbin.info8CagM5Pc5AY?si=fd8JtNHy74FyyFTk
@hamoom
@hamoom 3 ай бұрын
@@lout160 www.google.com/search?q=how+to+pronounce+godot&sca_esv=e2d0a23f1e404477&sxsrf=ADLYWIK1Zsivm98kLPed0TGemRF-1xswOw%3A1729053673786&ei=6UMPZ5PbL9aekPIPyeCN6As&ved=0ahUKEwjT85fwipKJAxVWD0QIHUlwA70Q4dUDCA8&uact=5&oq=how+to+pronounce+godot&gs_lp=Egxnd3Mtd2l6LXNlcnAiFmhvdyB0byBwcm9ub3VuY2UgZ29kb3QyChAAGLADGNYEGEcyChAAGLADGNYEGEcyChAAGLADGNYEGEcyChAAGLADGNYEGEcyChAAGLADGNYEGEcyChAAGLADGNYEGEcyChAAGLADGNYEGEcyChAAGLADGNYEGEcyDRAAGIAEGLADGEMYigUyDRAAGIAEGLADGEMYigVI8BdQAFiRF3ABeAGQAQCYAUegAeUJqgECMjO4AQPIAQD4AQGYAhigAqkKwgIEECMYJ8ICChAAGIAEGEMYigXCAgoQIxiABBgnGIoFwgIREC4YgAQYsQMY0QMYgwEYxwHCAg0QABiABBhDGMkDGIoFwgILEAAYgAQYkgMYigXCAhMQABiABBixAxhDGIMBGMkDGIoFwgIFEAAYgATCAhAQABiABBixAxhDGIMBGIoFwgIHECMYsQIYJ8ICBxAAGIAEGArCAgsQABiABBixAxiDAcICChAAGIAEGBQYhwKYAwDiAwUSATEgQIgGAZAGCpIHAjI0oAeUugE&sclient=gws-wiz-serp
@MrDapperton
@MrDapperton 3 ай бұрын
Add my game to Godot top 10 it's a platformer called Skull Stompers
@AnesPro0
@AnesPro0 3 ай бұрын
Talk about ReDot
@Viremorfe
@Viremorfe 3 ай бұрын
It's not worth it
@FaticusDolphinius
@FaticusDolphinius 3 ай бұрын
There’s no point when it’s the same engine with a red paint job
@lout160
@lout160 3 ай бұрын
How about finding someone who actually focuses on ReDot instead of trying to push others to use it?
@AnesPro0
@AnesPro0 3 ай бұрын
@@FaticusDolphinius why all the hate?
@SeriousShone95
@SeriousShone95 3 ай бұрын
​@@AnesPro0 They aren't hating you, just helping you.
The SMART Way to Manage Scenes in Godot
4:03
StayAtHomeDev
Рет қаралды 12 М.
Do THIS Before You Publish Your Godot Game
3:33
StayAtHomeDev
Рет қаралды 200 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
Best Selling Godot Games of 2024
3:57
StayAtHomeDev
Рет қаралды 38 М.
The Judge Dismissed Valve's Defence, Now Steam Is Different.
12:10
Bellular News
Рет қаралды 1,2 МЛН
How Do Game Devs NOT Overscope??
9:04
Green Light Dev
Рет қаралды 18 М.
Should you use Metadata in Godot?
7:18
Queble
Рет қаралды 17 М.
THIS Is The Key To Good UIs in Godot
9:39
Mina Pêcheux
Рет қаралды 10 М.
Cutout Transition Effect in Godot
4:29
Cadoink
Рет қаралды 5 М.
How to make Scene Transitions in Godot 4
5:15
The Yellow Dude
Рет қаралды 3,3 М.
I Made the Same Game in 8 Engines
12:34
Emeral
Рет қаралды 4,4 МЛН
GODOT 4 + Megascans // Can It Compete With UNREAL or UNITY?
8:25
StayAtHomeDev
Рет қаралды 48 М.
Smooth Loading Bar In Godot 4 ( Changing Scenes In Godot )
13:21
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН