'How do you collaborate in Unity?
My friend and I want to work on a Unity project together but we do not know-how. How would my friend and I both be able to have access to the files and the project at the same time?
Solution 1:[1]
There are various approaches, depending on the team's preferences.
- Unity Collaborate, that was upgraded to Plastic SCM (Source Code Management). This is part of Unity Teams. Learn more about Plastic SCM here. Here is a table with the current pricing (5th May 2022):
Using a version control system, such as GitHub, Bitbucket, or Gitlab.
(Outdated) A couple of years ago GitHub was working on GitHub for Unity (it was introduced in 2017, but version 1.0 only came out in 2018). However as this doesn't seem to be updated for quite a while I cannot recommend this option (repo / Unity's Asset Store).
For smaller teams, which is your specific case, I have found Unity's Collaborate quite helpful. And, depending on one's level of expertise, it should be a faster approach to get things up and running.
If you are a student, you may want to consider Unity Student's pack.
This type of questions are related with the Development Operations (DevOps). [Here][16] one can read more about Unity's suite of products related to version control (Plastic SCM), automated builds (Cloud Build), and automatic testing (Automated QA).
Additional relevant readings:
Solution 2:[2]
I would strongly recommend that you get to grips with Git version control system. This technology is very important in development! Start with Gitlab or Github. Once you understand this you can think about how you want to work together on your Unity project.
I would look at that first before you start with a tool like Unity Collaborate or something similar. It makes more sense to start with Git first in my opinion.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | |
Solution 2 | Focus |