Plugin creator in Godot Engine

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

How i to make a Plugin in the Plugin creator in Godot.

:bust_in_silhouette: Reply From: johnygames

Check out the docs and this video. The idea is that you create an INI file which contains the metadata of your plugin. Then you create the script with the intended functionality. Finally, you place both of those files in a folder named addons in your project folder.