How can I uninstall plugins?

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

I installed some plugins from the in engine assetlibrarybrowser. I hope I’m not just supposed to delete everything manually.

:bust_in_silhouette: Reply From: Zylann

If a plugin is well written, the first step is to turn it off in your project settings.
Then, you can pretty much delete it from your addons/ folder. It should be a single folder.

If what you installed did not only end up in addons/ (which is bad for a plugin), then you indeed have to remove its parts manually, and eventually ask the creator to fix it / explain it.

Note: the asset library doesnt only contain addons. There are also demos and assets, which dont seem to always follow the addons/ rule (even though I prefer to follow it no matter what, for reasons like this).