- Home /
Unity and External Version Control
I've recently uploaded a copy of my Unity project to my Cornerstone SVN. I've followed the steps instructed here http://unity3d.com/support/documentation/Manual/ExternalVersionControlSystemSupport.html
I noticed that some .asset files are not listed in document, so I ignored them, but now everytime I check out a copy, the Build Settings doesn't get saved, and I need to re-set them (I'm using Unity iPhone btw).
Should all .asset files in the library be committed?
I'm having the same issue. I tried committing all the .asset files in the top-level of the Library directory, but none of them had an impact on the Build Settings. Has anyone found a solution to this problem?
Answer by Tseng · Apr 19, 2012 at 03:54 AM
Despite it being an old questions
With Unity 3.5 unity as introduced .meta files in Unity3d (was Unity Pro before). You must enable it in
Edit > Project Settings > Editor and switch "Version Control Mode" from "Disabled" to "Meta Files". This will create a .meta file for each folder and asset and make the project Version Control compatible.
Now, delete "Library" and "Temp" folders if they exist. They must not be versioned and put the on Ignore, so you don't accidentally check them in. The Library folder will be rebuilt once you start Unity3D .
Your answer
Follow this Question
Related Questions
asset server discissions? 2 Answers
Beast Lightmapping conflict with svn -2 Answers
Unity & subversion (without Unity Pro) 4 Answers
Meta files not getting updated? 1 Answer
Unity iPhone and SVN 1 Answer