Пікірлер
@Saccbot
@Saccbot 12 сағат бұрын
If you are like me and have been looking to a very comprehensive 3D tutorial in Godot 4 with good explanations for beginners without any luck. This is it, stick to it, it doesn't get better than this.
@krzysiud9471
@krzysiud9471 12 сағат бұрын
Thanks for the tutorials but i have a question about raycast3d because if a player goes down the ramp and goes on a flat surface he stays in the 45 angle even if he's a little off the ramp so he's not touching the ground at all moments of walking. So could you technically make 4 raycasts3d (in each corner) and make it more like procedural animation so that every corner has to be on the ground? Unless there's another option than making 4 of them but i couldn't think of any.
@derp_a_derp_1464
@derp_a_derp_1464 13 сағат бұрын
I'm a bit stumped. You're tutorial is excellent but I believe I've made a mistake. My world blocks file looks right in blender but when it imports into Godot, my ramp bottom looks odd and has no collision with the player object. Any insight is appreciated, and I did try to do a bit of googling but I'm stuck. Thanks for the great content!
@derp_a_derp_1464
@derp_a_derp_1464 13 сағат бұрын
Nvm after further review I had a typo :/ Thanks again for the great tutorial!
@adam-o5w7i
@adam-o5w7i 15 сағат бұрын
hi ! i have a question : how to randomize coins spawning ?
@rpstephen
@rpstephen 17 сағат бұрын
I love these lessons! Easy to understand and follow. Now I can start making games, thank you!
@Zackshous3
@Zackshous3 Күн бұрын
I love adjusting Payer Jump force. 0:55
@mohamaddoabdelaziz2512
@mohamaddoabdelaziz2512 2 күн бұрын
ooooooooooooooooooooooooooohhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhaaaaaaaaaaaaaaaaa now i understand gd script
@keatonhiltz3887
@keatonhiltz3887 2 күн бұрын
Watching this in 2024 after downloading an old version of blender I used back in highschool and your into/outro jingle is so nostalgic And also! Amazing tutorials! So thankful for these <3
@ShadowingEnglish-pro
@ShadowingEnglish-pro 2 күн бұрын
After your Blender tuts, I'm now learning Godot by your tuts again. 💯
@richardaodell-x2x
@richardaodell-x2x 3 күн бұрын
Hi how many squares between walls
@Anonymousanimator234
@Anonymousanimator234 3 күн бұрын
Next tutorial how to make a menu and load scene screen 😀
@jazibkrh1ma0
@jazibkrh1ma0 3 күн бұрын
WTF BRO IN MY COUNTRY WE COVERED RADIANS IN GRADE 4.. i was scammed bro
@jazibkrh1ma0
@jazibkrh1ma0 3 күн бұрын
i like your videos bro but the asmr'ish audio is almost disturbin
@beway910
@beway910 3 күн бұрын
So if i only need to link my model's mesh to the armature, do I still need to set IK for my models?
@muhammadadibzaini
@muhammadadibzaini 3 күн бұрын
18:41 If godot throw this error 'Cannot infer the type of "direction" variable because the value doesn't have a set type.' Change the way you declare `direction` from this: var direction := To this: var direction: Vector3 =
@jazibkrh1ma0
@jazibkrh1ma0 4 күн бұрын
honestly, im starting to get concerned for bro his voice wavers every 30 seconds and it sounds like he boutta cry
@jazibkrh1ma0
@jazibkrh1ma0 4 күн бұрын
why does bro sound like he just finished crying
@jazibkrh1ma0
@jazibkrh1ma0 4 күн бұрын
am i the ony one watching 5 years after release
@ShadowingEnglish-pro
@ShadowingEnglish-pro 5 күн бұрын
Your tutorial is much better than the others that I watched in case of details.
@kiraa
@kiraa 5 күн бұрын
Hope I will finish these tutorials
@BornCG
@BornCG 5 күн бұрын
Thank you! 🤩I hope you do too! 👍
@bettyjowestern1098
@bettyjowestern1098 5 күн бұрын
Trying to get the coin from blender into GODOT and it is not working?? Saved to the assets and models as you did and the right file extension, it still doesnt work?? Could you give me some help please?? Thanks so much!
@XKacperixGaming
@XKacperixGaming 5 күн бұрын
When i open blender i get this prompt New file General, 2d animation, Sculpting, VFX, Video Editing. Which one do i choose?
@ZP-Zhelty
@ZP-Zhelty 7 күн бұрын
I started 5 days ago and I already caught up damn, you explain so well everything becomes easy to follow and do! Can't wait for the next 9 videos! Keep up your good work! :)
@jacintogimenez8941
@jacintogimenez8941 7 күн бұрын
more please, i want to see the robot animated
@djk1288
@djk1288 8 күн бұрын
I feel like shutting off the collision layers / masks individually only opens up further room for error down the line. The only purpose for the coin after being touched is to play the animation and disappear, so unless you want something else to collide with the coin during the animation, it may just be a better idea to disable the hitbox entirely upon collection instead ($CollisionShape3D.disabled = true).
@carjaune6793
@carjaune6793 8 күн бұрын
And what about if you don't have a mouse?
@calanor4130
@calanor4130 8 күн бұрын
10:06 I am a newcomer to Godot/GDScript (although with lots of other coding experience), so forgive me if I am wrong here, but... Aren't you confusing _process with _physics_process? The frame rate of _process might vary between systems and settings, so use of delta is essential when updating visuals. Also, it might be a good idea to avoid conversions (in this case deg_to_rad) inside a loop when you could place them outside of it. Anyway, thanks for this series! While I am an experienced coder myself, I think it's good that you're explaining things with beginners in mind. Besides, I am primarily a low-level programmer, so it's probably a good idea for me to brush up on some high-level concepts 😀
@Stuckathomemom
@Stuckathomemom 9 күн бұрын
Please! How do you get the frames to STOP scrolling between the eyes and months?
@DingDong-bw7mq
@DingDong-bw7mq 9 күн бұрын
I'm trying to reproduce 08:45 in 4.2.3 LTS, my tool works only on the X axis and can't be reversed without undo(im drawing a pipeline with it). What's happening?
@wolvesofluna7737
@wolvesofluna7737 9 күн бұрын
Waiting for more, this has been a fun journey!
@highward5292
@highward5292 10 күн бұрын
i wanna try to somehow avoid this shaking problem on the edges and idk why and why doesn't it work but im trying to make raycast ignore rotation of the object thinking it might work this way but i cannot achieve it no matter what i do, even trying remote transform 3D its not working, its like shrinking or sth idk what to do anymore
@gamewithme-y2t
@gamewithme-y2t 10 күн бұрын
@raphango
@raphango 11 күн бұрын
So far, i've been liking it SOOOOOO MUCH!! Thank you for your brilliant lectures! God bless you!! 😄🙏🏼
@Lyte_Tracks
@Lyte_Tracks 11 күн бұрын
You're a great teacher, it's really easy to follow what you're doing! Thanks a lot for your video
@highward5292
@highward5292 12 күн бұрын
can this slope thing be fixed with another raycast?
@YuZhang-k5j
@YuZhang-k5j 12 күн бұрын
谢谢!
@BornCG
@BornCG 8 күн бұрын
Thank you!! 🤩
@VNDIteam
@VNDIteam 12 күн бұрын
For everyone as confused as me: in Godot 4.3, it's Global > Autoload.
@MrLavaIcongd
@MrLavaIcongd 12 күн бұрын
I don't know why but your coin look like more car tire becouse of its size. But anyway thanks for tutorial. Only thing i need is just make block slide by pressing space, i just making car game so that's why i need slide. Anyway thanks for tutorial. I like it.
@nerdyshyguy23
@nerdyshyguy23 12 күн бұрын
33 year old here and have always dreamed of making video games and this is a my first stepping stone in that direction thank you for the videos they help out so much
@AliSajid-vt4np
@AliSajid-vt4np 13 күн бұрын
thank you
@EliasGonzalezOviedo
@EliasGonzalezOviedo 13 күн бұрын
Thank you! Even though English isn't my native language, I still understand each video perfectly. Your tutorials are much appreciated. 👍
@raiden2548
@raiden2548 13 күн бұрын
Hello. Been watch your tutorials and am video 12 on camera control. I had a question how can someone make the camera follow freely instead of manually changing the camera direction(not using keys), thankyou.
@rremnar
@rremnar 12 күн бұрын
Make the camera a child of the player in the player scene. So when the player moves, the camera is always at the same location locally, so it moves with the player. If you want a delay while the camera eventually catches up, that requires a different set up. Basically you want to interpolate the position of the camera, to a target position that follows the player. This can be done with a tween, but the camera has to be outside of the player scene.
@raiden2548
@raiden2548 11 күн бұрын
@@rremnar Thankyou, but i did already figured it out.
@bumpty9830
@bumpty9830 13 күн бұрын
Thanks for the series! Curious to see what's next. Coin count overlay? State Machine for extended features? Looking forward to whatever it will be.
@chadc.1598
@chadc.1598 13 күн бұрын
Is this a complete series? Or did it stop before finished?
@BornCG
@BornCG 8 күн бұрын
It’s still going. I’ve posted well over a dozen of the lessons at this point. A little secret: I’ve actually recorded all lessons to the end, they’re just in my editing pipeline! 😉👍
@തേങ്ങാക്കൊല
@തേങ്ങാക്കൊല 13 күн бұрын
why alt and edges doesnt work on me
@CLOUDY-b1n
@CLOUDY-b1n 14 күн бұрын
10:26 just put uppercase n (Name)
@zheniadozova234
@zheniadozova234 14 күн бұрын
To center the dollar sign easily: Object > Set Origin > Origin to Geometry. Then just set X, Y and Z locations to 0.
@Ntheico
@Ntheico 15 күн бұрын
i had a kunai sprite for my game but when i got to the part where it says flip_h, the sprite didn;t flip. Anybody please help me
@Ntheico
@Ntheico 15 күн бұрын
i tried the if Input is_action_just_pressed() but it says it needed a colon at the end of the statement, I did add it but it still tells me that, Can anyone please help
@obscene-c1
@obscene-c1 15 күн бұрын
for some reason i fall through the floor and using print on my raycast collisions i get 0,0,0