What are some of the best Windows Mobile devices?

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

Was this solution helpful to you?

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

Just Added Q & A:

Find solution

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.