Godot supports GDScript, C# and C++ as the scripting language. Godot also allows you to mix and match different languages in a single project. In this tutorial, we will see how to set up C# and VS code for Godot 4.
TIMESTAMP
00:00 Introduction
00:07 Word of Caution
00:29 Download Godot, VS code and .NET SDK
01:36 VS Code extensions
02:12 Godot Settings for VS code
03:26 Run and Debug from VS code
05:14 Conclusion
Link to Official documentation to check Android, IOS and web export: https://docs.godotengine.org/en/stabl...
Link to download Godot 4 dot net version: https://godotengine.org/download/wind...
Link to download VS code: https://code.visualstudio.com/
Link to Download dot Net 7 SDK: https://dotnet.microsoft.com/en-us/do...
#godotengine #vscodeforGodot #godotC#