Option to save to user directory
Saving configs and sessions in the project folder is problematic when working collaboratively, it causes conflicts since different team members have different scripts open and cannot use different saves. It would be better to save these files to the user:// directory, so it's local for each person. Or at least to have this option would be great. Thanks for the plugin :)
It was harder than I expected, but the job is done. Check latest release.
Thanks for adding this! Unfortunately I can't get the custom config path to work - somehow it keeps getting reset to the default. And if I change the default path in plugin.gd, then the plugin doesn't work at all and produces errors when I enable it again. The save path seems to be working though.
It seems to require that the paths already exist fully? I created the folders, but maybe it was expecting the file config.cfg to already be there? It would be ideal if the plugin created the directories and files as needed.
@djrain Try to change path manually in > res://addons/script_panel_plus/configs/config_path.txt
And tell me if it's changed anything.
@djrain Do you still have issues with custom config path? Do you still need this feature? Please, let me know.