Version control tools that can help us better manage our projects, about the specific content we can Baidu. Today Loang share how to use Unity's own version control tool.
The unity version I'm using is 5.2.1, and the other versions may be different.
First, you need to download the installation Asset server,unity the official website is available for download. When installing, the default account is admin, note admin password, we will use in unity.
Then go to the installation directory, open AssetServerControl.exe, and start server (click Start).
Then open unity, first enter Edit->projectsettings->editor, and then set version Control. Mode and host URL.
Once setup is complete, the menu bar enters Window->version Control.
Open administration, enter Server,user,password, respectively 127.0.0.1,admin, and password.
You can then create the project and add the user.
Version Control tool is mainly used for multi-person cooperation development, if the developer is you can use one person. If the project is collapsed, or if the direction is in addition to the problem can be rolled back,
See the individual settings for specific use.
To make it easier to see the changes in your code, you can install SVN, which you can open directly with unity. Very convenient.
Using version control makes it very easy to manage code, prefabrication, and so on. Even animation, as long as you manage properly, it is more convenient than SVN.
About its specific how to use, submit, update, fallback what I have not introduced, it is simple and clear, if you have never used version control tool recommendations
You learn.
Problems you may encounter: Failed to connect to asset server:could not connect to Server:connection refused (0x0000274d/10061)
is the server running on host "127.0.0.1" and accepting TCP/IP connections on port 10733?
Cause and Solution: The server connection is denied, to ensure that Assetserver is turned on, it is not possible to unload load assetserver.
The use of Unity version control tools