How to manage Unity3d projects with SVN

Source: Internet
Author: User

because SVN is used to it, asset server is still charged, so this version uses SVN to manage the Unity3d project .


directories that require version management

After creating a new unity project, it was discovered that there were many directories and files, only two of which needed to be versioned: Assets, Projectsettings. The others are automatically generated:

    • *.csproj,*.sln These IDE's engineering files are automatically generated;

    • Library, the main deposit is a local cache file, do not add to version management;

    • Tem, this is the file generated during the build process;

    • Submit only assets and projectsettings two directories, ignoring all other directories and files

    • The time of submission. Metafile also to submit


Unity Project Settings

To work with SVN, you need to do some setup for the Unity project:

    • Menu: Edit->project settings->editor:version Control selected for [Visible Meta Files];

    • Menu:editor-> Project settings->editor:asset Serialization mode selected as:[Force Text]

    • Menu: Edit->preferences-Packages:repository selected as [External];

references
    • Http://unity3d.com/learn/tutorials/modules/beginner/architecture/folders-in-version-control

    • Http://docs.unity3d.com/Manual/ExternalVersionControlSystemSupport.html


How to manage Unity3d projects with SVN

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.