Godot for Game Developers: A starting guide ! (C#)

  Рет қаралды 27,741

sociamix

sociamix

Күн бұрын

Пікірлер: 41
@MsJeffreyF
@MsJeffreyF Жыл бұрын
Really good intro for me, coming from a Unity background. Got me up and running, exactly what I wanted!
@pedropaternostro9917
@pedropaternostro9917 3 жыл бұрын
This is the most comprehensive and clear one-video tutorial of a game engine I've ever seen. Amazing.
@rafaelgpontes
@rafaelgpontes 4 жыл бұрын
Great content here! I don't understand why would anyone dislike this video. Thanks for the effort. I'm already a bit advanced in Godot, but it was nice to watch you go over some basic stuff, specially about 3D. I've also been working with C# and I think the support is very good!
@sociamix
@sociamix 4 жыл бұрын
Thx :) Don't worry about the dislikes, probably some people that are sad that it's not in French ... usual thing when I'm posting in english
@synthoelectro
@synthoelectro 3 жыл бұрын
dislike should be removed.
@hirzanabqary
@hirzanabqary 3 жыл бұрын
@@synthoelectro no
@user-24Sj389
@user-24Sj389 2 жыл бұрын
@@synthoelectro well, great news for you!
@jaken82
@jaken82 2 жыл бұрын
So many hours being saved watching this one video. Thank you. I feel like this was made for me.
@floofinator
@floofinator 4 жыл бұрын
This is a really nice tutorial coming from Unity. Thanks for making this!
@thepriestgodneverpaid
@thepriestgodneverpaid 3 жыл бұрын
Either your saying that you use Unity and your just giving the creator of this vid appreciation on how good it is, or your new to unity and don't understand that they're different things. And yes, it's obvious option 1.
@salvadorm7564
@salvadorm7564 3 жыл бұрын
Really happy I found your channel. You covered so many good things in this tutorial, thank you!
@tadeohepperle
@tadeohepperle 2 жыл бұрын
Thanks a lot! Great tutorial at a good fast pace! I come from Unity and Godot seems much more sorted.
@volt5
@volt5 3 жыл бұрын
Thanks for doing this video. It was a great overview of what is possible using Godot
@eliteengineer7340
@eliteengineer7340 2 жыл бұрын
No way the godot C# bible
@SEOTADEO
@SEOTADEO 2 жыл бұрын
Hahaha how you say "event" is truely funny :)
@fabuloussamsam3451
@fabuloussamsam3451 4 жыл бұрын
Best accent ever, on s'y croirait !!
@BennysRadio
@BennysRadio 4 жыл бұрын
I though it was French :)
@jcaique
@jcaique 4 жыл бұрын
Sure beats the usual Indian accent in tech/programming videos.
@paulo0651
@paulo0651 3 жыл бұрын
0:53 it's French
@mujahid9151
@mujahid9151 2 жыл бұрын
Programming start 51:57
@sulekedelai8564
@sulekedelai8564 4 жыл бұрын
ignore this is just my timestamp 2:21:24
@K-Anator
@K-Anator 2 жыл бұрын
So, I'm just getting in to Godot as a Unity user, and find some of the conventions a bit... weird. For instance, why are you getting/setting the GlobalTransform? After doing some messing around, I was able to achieve the sine movement just using the following, which is a bit more akin to how I'd do it in Unity: public class MovementController : Spatial { private Vector3 moveInput; float time = 0; public override void _Ready() { } public override void _Process(float delta) { time += delta; moveInput = new Vector3(0,Mathf.Sin(time) + 1f, 0); Move(moveInput); } private void Move(Vector3 moveInput) { Translation = moveInput; } } Not to say this video wasn't super helpful, and maybe it's just slightly outdated information, but man your way there seems a bit... complicated. And maybe I'm just missing something, for all I know this could implode as soon as I start plugging in user inputs.
@maxpayne2024
@maxpayne2024 4 жыл бұрын
Tuto intéressant, en français cela serait tellement mieux =). Blender et Godot sont 2 logiciels qui ont beaucoup d'avenir. il est important aujourd'hui de les tester pour les développeurs indies et les hobbyistes. Continues Godot, mais essaye de faire des sessions un peu plus courte. Félicitation pour ta chaîne.
@Arkl1te
@Arkl1te 3 жыл бұрын
Just so you know, I'm a big fan of french english! 😁
@freeve4
@freeve4 2 жыл бұрын
this is perfect!
@terraworld8665
@terraworld8665 4 жыл бұрын
Salut j 'aimerais faire un transformers en 3d et l'incruste dans des scene mais je sais pas comment faire je début.
@subhashchandrabose315
@subhashchandrabose315 4 жыл бұрын
I am using Linux.. and in Linux using ms products is little bit ahhh... So it would be great, if you make a video just on Godot + mono-dev-ide setup... I mean, their is no good instructions on this subject, I believe... 🙏 Thank you.
@watynecc3309
@watynecc3309 3 жыл бұрын
Super / Awesome
@TiryWorldGaming
@TiryWorldGaming 4 жыл бұрын
Mec tu peux faire une vidéo (en francais) sur les I.A mais in game
@nomad2809
@nomad2809 2 жыл бұрын
Severity Code Description Project File Line Suppression State Error CS0118 'Quat' is a type but is used like a variable godot practice C:\Users\S\Documents\godot projects\My3DProject\M3Pscripts\Player.cs 20 Active this is what im getting when i try to us the quaternion rotation method
@nomad2809
@nomad2809 2 жыл бұрын
so it's basically saying Quat is a type and being used like a variable
@AdamDymitruk
@AdamDymitruk 4 жыл бұрын
How is Rider as the editor? That's the one I use.
@sociamix
@sociamix 4 жыл бұрын
I don't use it however I've seen it's well integrated with Godot C# version, especially in order to use their integrated profiler.
@fredericld6553
@fredericld6553 4 жыл бұрын
Je mets le pouce bleu mais je préfère les tutos Blender.
@Clarkaraoke
@Clarkaraoke 3 жыл бұрын
56:00 I cannot launch the game at this point "Build Method Threw an exception"
@Julius_Vicks
@Julius_Vicks 4 жыл бұрын
la seule chaine potable qui parle de dev deviens en anglais... super -_-
@cyrilbenchaba1412
@cyrilbenchaba1412 4 жыл бұрын
Dommage c'est en anglais !!!
@biny_749
@biny_749 4 жыл бұрын
PK en anglais?
@M2StyleOfficial
@M2StyleOfficial 4 жыл бұрын
Pour faire plus de vues, amha
@silvercrow3007
@silvercrow3007 2 жыл бұрын
@@M2StyleOfficialt ça marche vraiment! Maintenant où devront aller La communauté francophone de sa chaîne si il ne prends même pas la peine de traduire ses vidéos en français ?
Unreal Engine 5 Game Programming, C++ and Blueprints !
5:35:43
sociamix
Рет қаралды 17 М.
I Made My First Game in Godot in 3 Weeks...
26:21
Jack Sather
Рет қаралды 428 М.
Happy birthday to you by Secret Vlog
00:12
Secret Vlog
Рет қаралды 6 МЛН
Can You Find Hulk's True Love? Real vs Fake Girlfriend Challenge | Roblox 3D
00:24
TripleTen November Code Jam
1:23:01
TripleTen
Рет қаралды 137
The Problem with Time & Timezones - Computerphile
10:13
Computerphile
Рет қаралды 4 МЛН
IPC: To Share Memory Or To Send Messages
14:15
Core Dumped
Рет қаралды 63 М.
«Осень». Самая большая загадка Windows XP
14:36
Девять десятых
Рет қаралды 1,3 МЛН
10 mins GameDev tips - Quaternions
10:12
sociamix
Рет қаралды 113 М.
Blender Live Tips
2:06:21
sociamix
Рет қаралды 9 М.
Making My Own Programming Language and Coding a Game in It
10:19
AstroSam
Рет қаралды 1,3 МЛН
Happy birthday to you by Secret Vlog
00:12
Secret Vlog
Рет қаралды 6 МЛН