Use Plastic SCM version control software to enable teams to collaborate on Unity projetcs.
Learn how to set up Plastic SCM. Leanr how to set up version control in Unity.
Plastic SCM automatically checks files out if you have modified them. The only files that you must specificly check out to modify are Project Settings files.
When you edit something locally in your project which has also been edited remotely, a conflict occurs. If your project has conflicts, you must:
If Unity recognises that you need to perform a merge before you submit changes then it prompts you to complete the merge. This takes you to the Plastic SCM client.
If incoming changes conflict with local changes then a question mark icon appears on the conflicting files in the Incoming changes window. Here is a quick guide to resolving conflicts and merging with Plastic SCM:
Plastic SCM으로 파일을 잠그려면 다음 동작을 수행하십시오.
../PlasticSCM/server
에 있습니다.rep:default lockserver:localhost:8087
*.unity
*.unity.meta
이 경우 모든 Unity와 .unity.meta 파일은 저장소의 ‘디폴트’ 확인용으로 잠금됩니다.
cm listlocks
를 입력하십시오.For more information on locking, see Locking: avoiding merges for unmergeable files and Configuring exclusive checkout (Lock).
PlasticSCM does not support remote activity, like Perforce does. As such, this functionality is unavailable for Plastic SCM in the Editor. Statuses such as: “Checked out Remote” or “Out of Sync” aren’t displayed in the Project window.
Learn more about distributed version control.
Learn more about distributed and centralized version control.