That clipping trick with with the progress bar is really neat! This opens up a lot of new options for spicing up UI
@computersciencestudentriverbat7 ай бұрын
If GDQuest ever gets the time/resources I'd love to see a "GDSideQuest" channel that just the staff going into deep dives into topics they like. I think their videos are a good format for learning. I'd love to hear about just about anything they'd like to talk about. These videos are great and I GDQuest is a doing a wonderful contribution for Godot development and community.
@twenty-fifth4207 ай бұрын
As an artist and noob image/video editor, ‘clipping masks’ are the most powerful feature in any piece of software.They are like the duct tape of the graphics world. 😂
@Rauschen7 ай бұрын
Your timing with this tutorial was incredible!! Starting last night, I was trying to figure out how to create an effect like this to replicate the scrolling difficulty bar in Risk of Rain and was worried it would have to be done using a shader that controls the transparency. This approach is much simpler. Thank you!
@darkfoxfurre7 ай бұрын
5:29 That effect is called a vignette (pronounced as "vin-yet")
@HungryHungryB7 ай бұрын
Nice seeing some GDQuest content, feels like its been forever 😀
@Gdquest7 ай бұрын
True. :( Those courses are shaping up to be like nothing else we've worked on before. There's so much content and so few of us.
@Gdquest7 ай бұрын
Thankfully we're getting lots of excellent feedback so it feels all worth it. We'll be setting more time aside for free content again.
@KakarotSaiyan-v5p4 ай бұрын
@@Gdquest can you please upload a beginner friendly KZbin tutorial video. That teach you how to code and develop games using GD script. by illustrating step by step, how to code and make multiple games from different types and genres, by GD script and Godot. Including both 2D and 3D, different types and genres of games. I will really appreciate it if you did this please.
@Gdquest4 ай бұрын
You can check the channel to see what free video tutorials are available at this time.
@KakarotSaiyan-v5p4 ай бұрын
@@Gdquest thanks, but I mean relatively more advance games, such as crash bandicoot, Megaman network, Megaman marvick hunter x, super mario world, Pokémon etc. in a relatively beginner friendly way.
@akitotest017 ай бұрын
now i need to make the pedro, pedro, pedro, peee meme on godot
@jmagrippis3 ай бұрын
Nice one, very handy! Feels like the z-index “limitation” could also be used to make an element “escape” the clipping mask! Like the character’s hair, or a scarf, could be a neat touch.
@kiyasuihito7 ай бұрын
I absolutely love Godot's UI/Control system. Most intuitive and flexible design for building UI I've come across. Almost feels like a toy. 🎉🎉
@leonoliveira86527 ай бұрын
4:00 Limitation? That's literally a feature. You can just make animations that will pop out of the clipping mask when they happen.
@WagnerGFX7 ай бұрын
That's a good idea, but it could visually break certain parts of the character's body in the process. Instead, it would be easier to animate the clipping mask sprite to make it expand in areas that the character "leave" the mask.
@maheryrazafindralambo96797 ай бұрын
Great explanation 👌👌 I discovered it after toying around for hours but, Oh my man, I needed this like 2 months ago...
@Unimportant7 ай бұрын
This looks so useful and convenient!
@dingdong11127 ай бұрын
hey Mr GDQuest i have a problem running my godot engine in forward and mobile renderer when i run that renderer it show black editor. can you make video about how to fix this problem please🙏
@RhevoRamirez4 күн бұрын
thanks my friend
@GaddrianYT2 ай бұрын
How can I do the same with a 3d sprite in godot 4?
@RPGgrenade7 ай бұрын
so for something 3D would a subviewport be required?
@soirema7 ай бұрын
Amazing tysm!! ❤
@pastor86474 ай бұрын
Please make a small 3D Dice Tutorial for games like SpellRogue! Specifically to be used with 2D UI (like in Dicey Dungeon).
@Shadbolt0017 ай бұрын
Any tips on if we want the character to "spill" over only some edges? For example clipping the lower part of the circle but allowing her hair to pop out the top of the circle.
@WagnerGFX7 ай бұрын
If it's static, all you need is a clipping mask in a similar, but different shape than the background color. Then you would use just the "clip" option to hide the actual mask. If it's something that happens in specific situations, you could animate the clipping mask itself and do some other animation tricks to make it look like the character just went out of the box.
@cameronkerr62585 ай бұрын
Is there a way to make the clip mask invisible?
@ic3bug7 ай бұрын
Awesome 👍
@qondonyon7 ай бұрын
jazz up *dun* > add Sprite2D *Dun!* > reparent Node2D! *DUN!!* > Clip + Draw!!
@jkouss7 ай бұрын
Simple but so cool
@RenderingUser4 ай бұрын
Do you still use blender to edit videos?
@Gdquest4 ай бұрын
André, GDQuest's video editor (and the artist behind all the thumbnails!) is most proficient with After Effects so that's what he uses the most these days.
@inigodot7 ай бұрын
Does this work with 3D Models?
@adiveler7 ай бұрын
You mean like an animated portrait in an RTS game?
@inigodot7 ай бұрын
@@adiveler Yes, something like that. Maybe something like the Starfox games do
@Gdquest7 ай бұрын
Yes! But if you want to use the 2D clipping mask, you would have to render the 3D scene to a viewport and clip that.
@inigodot7 ай бұрын
@@Gdquest Ok thank you!
@Hannah-Bernal7 ай бұрын
Great tutorial! Does this also work with 3d objects like mesh3dinstance?
@Gdquest7 ай бұрын
Yes! But if you want to use the 2D clipping mask, you would have to render the 3D scene to a viewport and clip that.
@Thomas_Lo7 ай бұрын
very stylish
@고자ryan3 ай бұрын
How do i make a rhytnm game in godot4(like "no f***ing friday".)
@digital_down7 ай бұрын
Is there a way I can do this without clipping children, if I parent it to what I want to clip, it would basically break my game cause of the amount of code I use to reference the player, enemies etc.
@doodleanimates80494 ай бұрын
Child of the mask is unnecessarily ominous.
@leonoliveira86527 ай бұрын
I think I purchased a full course some time ago, with the promise that it would be updated to GD4 some time ago. I ended up never checking thanks to some life stuff. Is that still a thing?
@Gdquest7 ай бұрын
Did you log in to the new platform on school.gdquest.com? If the course you bought is currently being updated, you'll have access to it and can see it in your profile on the new platform. Remember to reset your password using the magic link or "forgot my password" as it won't be the same password you used on the mavenseed platform.
@leonoliveira86527 ай бұрын
@@Gdquest I guess I only had access to the old site??? I'm trying to recover my password and still have the receipt from the purchase, but I guess it's an old site linking to a new one?
@leonoliveira86527 ай бұрын
ok, yeah, I found the "one time link" thing and recovered my account, I still have the courses!
@piousthepious7 ай бұрын
We're so back
@ZoidbergForPresident7 ай бұрын
Kinda silly question: can the clipping mask be an animated picture? :P
@Gdquest7 ай бұрын
It's one of the examples in the video actually.
@eduardonajera54597 ай бұрын
Pleeeeease, make new a 2D bone tutorial. I already own all your courses but cant find a word to help me on It.
@abitraza25096 ай бұрын
No tutorials on multiplayer
@killers1259h4 ай бұрын
Hello gdscript can you make tutorial for mobile games touch screen games
@wiltis14387 ай бұрын
Hej
@wiltis14387 ай бұрын
❤❤❤❤
@cycomkid5 ай бұрын
Too much silence 🤐
@allisongross29467 ай бұрын
That was at the bare minimum four clicks
@mayckonm.rebecci71662 ай бұрын
Really, i was almost buying the course today, and then i see that GODOT fall for the woke culture 😥Goodbye Godot
@Iqbal18082 ай бұрын
Just do youtube tutorials bruh
@mayckonm.rebecci71662 ай бұрын
@@Iqbal1808 Yeah man, but for Unity now
@Vegan_Kebab_In_My_Hand2 ай бұрын
The game engine itself is completely apolitical though. I've bought the course "learn 2D gamedev from zero." It's stellar, I'd always highly recommend it because it also teaches you transferable techniques, good practices and mindset.