Can’t share/export a plugin easily

Godot Version

4.2.1

Question

I made a small plugin that i want to share or use between projects, but its made in a larger project, so its not so easy to do the workflow to simply zipped the whole project and reimported in another (that was the way suggested in the docs).

Someone knows the proper way to share a finished plugin and that also made it easily to update it in the future?

created plugins or downloaded usually stored in addons folder, i believe you can just copy and paste the folder of your plugin inside the addons folder and have it enabled from Project Settings → Plugins

1 Like