Development in Godot with c#

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By AmorimVinicius

I wonder if possible development in Godot just in c#. Thanks!

As Ertain said, it is possible. Consider however trying to use GDScript as well. It’s really easy and for most tasks it will be just much faster to write.

HalfTough | 2018-05-19 08:34

:bust_in_silhouette: Reply From: Ertain

Yes, it is possible. Though there is still work to be done on the C# bindings (such as documenting them), you can write a game in C#. If you haven’t seen it already, here’s a good place to start. Also of note is that exporting a C#-based game is still somewhat experimental.