5 beginner tips for using C# in Godot 4!

Опубликовано: 28 Октябрь 2024
на канале: Mina Pêcheux
2,992
175

#godot #gamedev #gdscript #csharp #tips

So - how many of those little C#/Godot 4 tricks do you know? And are you ready to level up your game creation workflow with the others? :)

🗒 Text version on Medium:   / 5-beginner-tips-for-using-c-in-godot-4  
🔶 Github repo with my Godot4/C# tutorials: https://github.com/MinaPecheux/godot-...
🔶 Godot's official documentation: https://docs.godotengine.org/en/4.1/

00:00 - Introduction
00:25 - Snake case VS Pascal case
01:51 - Duck-typing VS strong typing
03:33 - Adding dynamic signal callbacks
04:36 - Exporting variables and signals
05:36 - How NOT to use the built-in code editor
08:25 - Final words