- Download the plugin from the github repo / Itch.io page
- Extract the .zip file
- In order for Godot to see the plugin, the plugin folder has to be in the “addons” folder, which is directly at the root of your project directory.
Either :
- Create a addons folder if you don’t have one already
- Put the plugin folder into the addons folder
- Go to projects -> project settings -> plugins and enable the plugin.
- If it seems that you can’t use the plugin yet (like if some features of the plugin aren't appearing), restart Godot and it should work.