Awesome, i made a cool menu for my new game. NOTE : In Godot 4.0 the Size Flags are removed, Viewport replaced with Subviewport. And instead of camera add Camera3d, and Node3d for "background"
@SuperMotoFetischisten Жыл бұрын
for everyone wondering how to set the flags in godot 4+ You have to set it for every node under Layout->Container Sizing->Horizontal->Custom and tick off "Fill" Tip: Control + Left click, every node that you want this to happen to so you only have to do it once Now your nodes are as long as your text
@_mickmccarthy2 жыл бұрын
Awesome! Keep up the great work!
@MagmaSloth64 Жыл бұрын
ah thank you brother this is so incredibly helpful, I really appreciate your tutorials!
@tobycodes2 жыл бұрын
Great video. Although i’ve tried to do this like half a year earlier and i just put a button on a 3d scene and it worked. Well it only showed both when you ran the game but i didnt have to do the things with the viewports and stuff. The only downside to just placing a button on a 3d scene is that you dont see it in the editor when youre in the 3d view.
@Phoenix_EmperorАй бұрын
The spatial node is replaced with Node3D. Great video by the way :D
@alphatachi Жыл бұрын
Although Godot 4 has some changes, this tutorial worked perfectly!
@boerbol94222 жыл бұрын
Thank you so much for this information. Bless you.
@pro_rookie_gamedev2 жыл бұрын
Thank you for this!
@Chaff_Games2 жыл бұрын
I've Done this for every 3d Game I've made so far. But I alway had the spatial node as the parent and the canvas as the child. So I never needed viewport. Do you know if there's any disadvantage doing it this way?
@rayuserp2 жыл бұрын
I mean there are many ways of doing the same thing. I haven't actually tried doing it the way you described so I can't tell you if there is any performance , pro / con between each method. The only thing I can say is the way I'm doing it here doesn't seem to cause any performance issues and works well enough.
@Dragonight456-g5mАй бұрын
perfect for my game
@abhishek-farswan2 жыл бұрын
cool stuff man
@fran38358 ай бұрын
great video
@alexlealch2 жыл бұрын
please, how to use 2D Sprites in a 3D space. for a plataform, for example. thank You.
@samueloldham75442 жыл бұрын
you would just use a 3d object and make it so it can't rotate
@rayuserp2 жыл бұрын
you could probably use a 3dsprite node if you want to use sprites in a 3d environment I was actually planning on making a video on this in the near future that is on using the 3dsprite
@boom_fish_blocky2 жыл бұрын
How to make those Pixel-Gun-3D game like main screen camera move in main screen?
@jurrerry2 жыл бұрын
can you tell us how you made that camera sway?
@Interactiveinterface2 жыл бұрын
This video was helpful but how do I link my 2d menu to my 3d game?so that when i click play in 2d menu it takes me to the 3d game
@jurrerry2 жыл бұрын
you change the scene its pretty easy i recomend watching tut just search how to change scenes with buttons hope this helps
@Untitled_boy2 жыл бұрын
how can i update animation in multiplayer games i am using animation player node
@tobycodes2 жыл бұрын
I did a thing something like this: CLIENT CODE Player.gd: func _physics_process(): on_click: rpc_id(1, “play_anim”) sync func Anim(): if not is_network_master: animationplayer.play(“anim”) SERVER CODE: Player.gd: remote func playeranim(): rpc(“Anim”)
@tobycodes2 жыл бұрын
Do this for every animation
@FIRE_GAMERZ-7772 жыл бұрын
bruda when I type text it is not showing please reply bruda
@rayuserp2 жыл бұрын
That is a really weird issue it might just be a bug or you might have your labels or buttons hidden so just check that first. I know this is a bit of a late reply but hopefully you managed to fix it
@futursoup90076 ай бұрын
thank you, mate 🦜
@lifeartstudios6207 Жыл бұрын
This is so different with godot 4 release, could you make this video again with the latest engine?
@rayuserp Жыл бұрын
I actually already am working on remaking all my tuts with godot 4
@epiccomediz4742 жыл бұрын
Please bro how do you create the text in your thumbnail
@Armyth072 жыл бұрын
Select the font you like and enter the text in photoshop. Add further effects to make it look good. Just this much
@rayuserp2 жыл бұрын
I used photoshop and used the text that I like in this case I believe Lato is what I used and then I just applied two stroke effects to the text