Building a new PC and wondering what my options are for backing up all my Unity / Visual Studio settings / preferences etc
Sorry about the loaded title.. But pretty much that's my question. I am about to upgrade my PC and due to the nature of the upgrade (practically a new build) I'll need to reinstall Windows and several other things on an SSD.
I plan on wiping / using my current drive in the new build so obviously I'll need to reinstall everything once the PC is all put together.
Aside from a brute force method of going and looking at every setting for every possible window in Unity / VS, what is a good way to back up my settings? The only thing I really know that I can backup is the script templates and any downloaded assets from Appdata. What about like "number of spaces in a tab" and indentation settings and the like?
Any ideas?
Answer by SarperS · Jun 23, 2016 at 05:26 AM
In Visual Studio, go to the menu bar item Tools and select Import and Export Settings, then follow the wizard to export your settings. You can import these settings through the same menu later on in a different computer.
Answer by scanzy · Jan 28, 2017 at 12:53 AM
For Unity preferences on windows you could save data from the registry in some .reg file and then you colud load .reg file in new PC registry.
run regedit.exe (press winkey + D to show run prompt)
go to
HKEY_CURRENT_USER\SOFTWARE\Unity Technologies\Unity Editor 5.x
right click key and select 'Export'
save file to some exernal drive
run regedit on the PC
select File > Import, choosing your .reg file
Done!
Your answer
Follow this Question
Related Questions
Tried everything but Intellisense doesn't work VS 2017-2019 0 Answers
Unity 5+ compatibility with VS2012 - ? 0 Answers
VS Code or visual studio? 1 Answer