How do you include a module compiled to binary file into godot ?

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

Hi
I download a module it is already compiled, and I want to include it into Godot.

Can you link to the module in question here? C++ modules need to be statically compiled into your editor and export template binaries, so you need to recompile them from source.

Calinou | 2021-11-18 20:43

Sorry if it is a silly question
This is the link for the tool Godot Dragonbones (3.3.3 base) by Ozzadar, under the download now he put a file has .exe format how to use that?

Atef | 2021-11-19 09:46