I downloaded the project & copied the addons folder to an empty project. Godot says there's a problem with the code:
"Unable to load addon script from path: 'res://addons/dzPortals/dzPortalsPlugin.gd' There seems to be an error in the code, please check the syntax."
I checked "dzPortalsPlugin.gd", the error is on line 18, with the preload function:
"res://addons/dzPortals/dzPortalsPlugin.gd:18 - Parse Error: Couldn't fully preload the script, possible cyclic reference or compilation error. Use "load()" instead if a cyclic reference is intended"