There are a number of programming language options available for the Godot game engine out of the box giving programmers a wealth of options. Due to the easy extensibility of the Godot engine a number of developers have made 3rd party extensions bringing additional language options to Godot.
Out of the box language support:
- GDScript
- Visual Script
- C++ (Native, GDNative and Modules) (Learn More)
- C# via Mono
You can also extend support to Godot to add support for these languages:
Not initially mentioned in the video:
You can learn more in the video below.