Hi All,
I’m currently forking an addon (ofxSick) and want to track the fork’s changes with the project. As the addon needs to live in the addons folder (is this strictly true?), this isn’t straightforward.
One approach, which isn’t ideal would be to keep the addon in the project directory, and symbolic link it to the addons folder. This has the problem of the addon only existing with the project, which if moved or deleted, makes the addon unavailable to other projects.
Does anyone have a workflow for this scenario?
Thanks,
Arthur