Unity3D-RPG Project Practice (2): using SVN to manage unity projects

Source: Internet
Author: User


Unity provides its own xxxserver, but comments do not seem to be very useful, mainly because it does not support branch and other important features of our projects. It also recommends a version management system such as perforce, but they are expensive. So I am still planning to use SVN to manage it.

Directory for Version Management

After a new unity project is created, many directories and files are generated.Only two versions need to be managed: assets and projectsettings.. Others are automatically generated:

    • *. Csproj, *. sln the IDE project files are automatically generated;
    • Library, which stores a local cache file. Do not add it to version management;
    • TEM, which is the file generated during the build process;


Unity Project Settings

To work with SVN, you need to make some settings for the Unity project:

    • Menu: Edit-> Project Settings-> Editor: Version Control: select[Visible meta files];
    • Menu: Editor-> Project Settings-> Editor: asset serialization mode:[Force text]
    • Menu: Edit-> preferences-> packages: Repository[External];
References

    • Http://unity3d.com/learn/tutorials/modules/beginner/architecture/folders-in-version-control
    • Http://docs.unity3d.com/Manual/ExternalVersionControlSystemSupport.html

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.