eumario / godot-manager

A Project, Version and Addons/Plugins manager for Godot Game Engine.
MIT License
332 stars 19 forks source link

How to transfer one PC's Godot Manager settings/plugin cache to another? #87

Open bazsupport opened 7 months ago

bazsupport commented 7 months ago

I bounce between 3 different PC's and have setup Godot Manager on my main PC, but I would like to transfer settings and cached plugins (user prefs basically) to my laptops and not have to redownload or setup anything. I have tried copying the roaming addons and adding them to the laptops roaming addons, but that doesn't appear to work.

Any ideas how to accomplish this? Or maybe a feature request to export a profile package or something?

eumario commented 7 months ago

This will be a Feature that I can implement in Godot Manager 0.3.0, and may try to back port the feature to 0.2.x, depending on time frame to implement feature. For now, you can find everything that Godot Manager stores in:

Windows: %APPDATA%\Godot-Manager
Linux: ~/.local/share/Godot-Manager MacOS: ~/Library/Application Support/Godot-Manager

It contains your Settings file, Versions, and Plugin downloads. Keep in mind, that it will expect the Projects to be in the same folder path, as you currently have it on your current PC. If it is not, your Projects will show up as Missing. This would need to be something that I code in to a Backup/Restore functionality for this kind of thing.

bazsupport commented 7 months ago

That is great news, thanks!

Until 0.3 the suggestion you gave to copy/paste the Godot-Manager folder to my laptop worked well enough.