Godot 4 Crash Course #2 - Coding in Godot

  Рет қаралды 21,108

Net Ninja

Net Ninja

6 ай бұрын

In this Godot 4 tutorial series, you'll learn how to make games easily using Godot 4.
🚀🥷🏼 Get early access to this entire course now on Net Ninja Pro:
netninja.dev/p/godot-4-crash-...
💻🥷🏼 Python Crash Course:
on KZbin - • Python Crash Course #1...
on Net Ninja Pro - netninja.dev/p/python-crash-c...
💻🥷🏼 Modern JavaScript Tutorial:
netninja.dev/p/modern-javascr...
🔗🥷🏼 Godot docs - docs.godotengine.org/en/stabl...

Пікірлер: 25
@shashydass4114
@shashydass4114 5 ай бұрын
This is great! I bought the course because I wanted to work on this with one of my children and they were very enthusiastic about it. Definitely worth watching if you want an practical and useful introduction to Godot.
@sweaazock5481
@sweaazock5481 5 ай бұрын
i would love a coding in godot 4 video for like absolute beginners, people that never coded in their life.. like me.
@SweetMonke
@SweetMonke Ай бұрын
watch part 1....
@spoof7760
@spoof7760 Ай бұрын
@@SweetMonke Not what they asked about. This course assumes you have prior coding experience, they say so explicitly.
@Human-Person212
@Human-Person212 Ай бұрын
​@@spoof7760 right
@klausonstrings
@klausonstrings 3 ай бұрын
Thank You! I'm new to Godot and by watching your tutorials I understand what the basics and GDScript are all about. Your explanations are very clear and I can follow your steps. Should have found your tutorials earlier ... now I can enjoy Godot 😊
@chiewcck
@chiewcck 5 ай бұрын
Really helpful contents for beginner. Thanks!
@Darth_Apnea
@Darth_Apnea 3 ай бұрын
Wonderful tutorial for newcomers, little to no experience needed. Good job 👍
@hindelaouani7089
@hindelaouani7089 5 ай бұрын
Great content! I just started learning how to use godot and game development in general so your videos are really helpfull. can you talk about the animation tree in 4.2 next?
@keithmanfredi
@keithmanfredi 3 ай бұрын
I'm coming from gamemaker with some C and python knowledge and I've found your details about the technical aspects of the IDE interface and its terminology to be super helpful. Like - the point about scripts and tabs not being 'linked' I figured that out but was confused at first. I feel it is harder to get technical help for Godot because it has scenes, nodes and scripts whereas other IDEs consolidate more of the code into one 'place'.
@user-vt5vr7bg7n
@user-vt5vr7bg7n 5 ай бұрын
Quality content!
@beardalaxy
@beardalaxy Ай бұрын
It seems that at some point, Godot changed their default UI keys to not repeat. Which makes sense for UI. For that specific example, I used "is_pressing_physical_key" instead so that it would be repeating instead of only triggering once, otherwise you'd have to mash to get the ship to move anywhere! Thanks for the tutorials, this is really helping so far :)
@BasicPhi6427
@BasicPhi6427 Ай бұрын
This tutorial was very helpful, thanks!
@NetNinja
@NetNinja Ай бұрын
Glad it was helpful! :) thanks for watching
@trevor-marloy
@trevor-marloy 18 күн бұрын
var velocity = Vector2.ZERO if Input.is_action_pressed("Up"): velocity.y -= 5 if Input.is_action_pressed("Down"): velocity.y += 5 if Input.is_action_pressed("Left"): velocity.x -= 5 if Input.is_action_pressed("Right"): velocity.x += 5 position += velocity position = position
@NoraNoita
@NoraNoita 2 ай бұрын
When you talked about the last "search for get" I was a bit too eager and went straight into looking at movement in the documentation, and they used a Charaterbody2D straight without the Node2D parent, so I learned from that, when I tried the export var speed line, that it doesn't show up in the linked scene when it's attached to a child that contains the script.
@user-no9xt6cq7p
@user-no9xt6cq7p 2 ай бұрын
alhamdulillah I have found a course that really helped me out.
@antekacki8753
@antekacki8753 5 ай бұрын
25:43 uhm... isn't that just a colon? :b
@pokemonmemes6420
@pokemonmemes6420 5 ай бұрын
🎉🎉🎉
@greendsnow
@greendsnow 5 ай бұрын
Hey there! I need a NeoVim course. My competence level: I can't even open a file with it Reason of asking: VSCode is using 15% of CPU.
@whydoineedausername1386
@whydoineedausername1386 Ай бұрын
That's a colon, not a semicolon. This is a colon : and this is a semicolon ;
@muhammadsaleh5927
@muhammadsaleh5927 3 ай бұрын
please reduce the fluctuation in audio
@Vaibhavsarda3858
@Vaibhavsarda3858 5 ай бұрын
Plz start python tutorial 🙏
@cryelectric
@cryelectric 5 ай бұрын
Just search for ClearCode tutorials. I think that's the same brilliant guy. 😉
Godot 4 Crash Course #3 - Physics & Signals
17:38
Net Ninja
Рет қаралды 12 М.
Java Is Better Than Rust
42:14
ThePrimeTime
Рет қаралды 97 М.
Самый Молодой Актёр Без Оскара 😂
00:13
Глеб Рандалайнен
Рет қаралды 11 МЛН
Alex hid in the closet #shorts
00:14
Mihdens
Рет қаралды 12 МЛН
Spot The Fake Animal For $10,000
00:40
MrBeast
Рет қаралды 151 МЛН
Inside Out 2: Who is the strongest? Joy vs Envy vs Anger #shorts #animation
00:22
choosing a game engine is easy, actually
15:08
samyam
Рет қаралды 363 М.
How to program in Godot - GDScript Tutorial
58:10
Brackeys
Рет қаралды 498 М.
I'm Never Using Tmux The Same Again!
6:58
DevOps Toolbox
Рет қаралды 15 М.
Why Do Video Game Studios Avoid Blender?
6:49
The Cantina
Рет қаралды 437 М.
Godot 4: how to implement interfaces in GDScript!
1:00:16
Tutemic
Рет қаралды 25 М.
Why Starbound Failed
15:00
RoboKast
Рет қаралды 709 М.
HTMX Tutorial for Beginners #1 - What is HTMX?
7:21
Net Ninja
Рет қаралды 33 М.
Самый Молодой Актёр Без Оскара 😂
00:13
Глеб Рандалайнен
Рет қаралды 11 МЛН