I am mid project and trying to figure out how to save the entire project to Dropbox so that when I save it in Unity, it will also backup to Dropbox.
I know how to do this upon creating a new Project, but it seems that if I didn’t set that up in the beginning my only options are either to change the savepath for each scene or copy>paste the files manually. Any help?
Move the project to the Dropbox folder, then open it from there from now on. Remember, the Dropbox folder is a real folder on your computer. It shouldn’t cause slow save times if that’s what you are worried about.
You may want to turn on Meta files since this is kind of a versioning system, though not technically. Google for “enable cvs in unity” and click the unity link.
Also note that you will be saving the entire Library directory on Dropbox too, which is large. Also, if two computers access and modify the Library folder simultaneously, there will be problems. Enabling meta files might fix some or all of those, but I’m not sure. You should consider using a git repository for optimal sharing of the project.