Search Unity

SVN problem

Discussion in 'Editor & General Support' started by unitymatrix, Jun 2, 2010.

  1. unitymatrix

    unitymatrix

    Joined:
    Dec 29, 2009
    Posts:
    120
    when I use SVN to share the project with others,I found that the reference of scripts or textures are missing,which refers"none(Texture2D)" or "Missing(Mono Script)""Missing(Texture)",etc.

    I'm sure that the files like *.unity have been updated. I dont know why such references are missing. dose it refer to .meta file? or something else?
     
  2. Samantha

    Samantha

    Joined:
    Aug 31, 2005
    Posts:
    609
    Have you enabled External Version Control Support from within Unity? It's found at Edit->Project Settings->Editor, and it's a Pro feature.
     
  3. unitymatrix

    unitymatrix

    Joined:
    Dec 29, 2009
    Posts:
    120
    yeah~ I've done it.


    now I've found it relate to the library file folder.yet each library is different after my check for the file with the same name. You shouldn't commit the library file folder ,which may result to conflict even in the same project by SVN.
    I don't know is there a common way to deal with it