Path to external modules in Godot?

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

I want to use the MySQL Connector Module, but in order to do so I have to:

Use the specific branch for your Godot Version
Simply place or clone the repository into /path/to/godot/modules folder

The thing is, I don’t know where the modules folder is…

:bust_in_silhouette: Reply From: spaceyjase

You need to build godot to use custom modules. The modules/ path is part of the godot source and used by the build system. The documentation shows how to do this: