Multiple addons

Godot Version

4.2.1

Question

Just started with Godot. I want to use the Cyclops and Orchestrator addons in the same project.
I have viewed two videos on how to install addons in Godot. Just copy the “addon” folder from the zip file into the project folder.
My question is if I do this for both addons will they conflict ?
Put another way: Is it possible to use multiple addons in one project ?

Yeah, the folder structure should look something like this:

addons/
    Cyclops/
        plugin.cfg
    Orchestrator/
        plugin.cfg
project.godot
whatever.gd
etcetera.tscn

The plugins should have the correct addons layout. Just copy that into your projects addons folder.

1 Like

Thanks. I will have several more stupid newbie questions :grinning:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.