What is the best way to keep Unity3D projects in sync across multiple devices? (Windows & Mac)
-
-
Answer:
I use git or svn to keep projects in sync across devices/accounts/team members. 1. Enable Visible Meta Files in Edit > Project Settings > Editor 2. Commit the /Assets and /ProjectSettings folders to your repository 3. Sync! (and fix sync issues - which still happens more than we'd hoped) If you don't like using commend lines, I use SourceTree for git and Cornerstone for svn (OS X). more info on Unity doc: http://docs.unity3d.com/Manual/ExternalVersionControlSystemSupport.html
Brandon Wu at Quora Visit the source
Other answers
To keep project files in sync, you should use some version control software like git or svn. If you just want to test some builds on different devices, and you are lazy, you can deploy your project to a Dropbox folder.
Clyde Shaffer
Consider using sourcetree in combination with bit bucket
Joel Johnson
Set up a server based file sharing system (very easy if you know what you are doing) orĀ use dropbox or bitbucket. If you are using dropbox, then don't work on the same project simultaneously. If you are using bitbucket, then know that you can add limited number of contributers (go pro and upgrade to a full user account). If you opt for the first, then set the server up very carefully and use RAID partition.
Nishanth Murthy Kottapalli
Related Q & A:
- What is the best way to distribute an audio/video feed from a computer to TVs over existing indoor coax cable?Best solution by Audio-Video Production
- What is the best way to clean LEGO bricks?Best solution by bricks.stackexchange.com
- What is the best way to make UI for an Isometric game in Java?Best solution by Game Development
- What is the best way to calculate a date difference?Best solution by Stack Overflow
- What's the best way to move across the country?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.