您如何合作团结?
我和我的朋友想一起从事一个团结项目,但我们不知道。我和我的朋友都可以同时访问文件和项目?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我和我的朋友想一起从事一个团结项目,但我们不知道。我和我的朋友都可以同时访问文件和项目?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
有多种方法,具体取决于团队的喜好。
使用版本控制系统,例如 github , bitbucket 或“ nofollow noreferrer”> gitlab 。 P>
(过时的)几年前,GitHub正在研究 github for Unity (它是在2017年推出的,但是 1.0版本仅在2018年发布)。但是,由于这似乎没有更新一段时间,所以我不推荐此选项( repo < /a>/ Unity's Asset Store ) 。
对于您的特定情况,我发现Unity的合作非常有帮助。而且,根据人的专业水平,它应该是一种使事情启动和运行的方法。
如果您是学生,则可能需要考虑 Unity Student's Pack 。
这种类型的问题与开发操作(DEVOPS)有关。 [此处] [16]可以阅读有关Unity与版本控制(塑料SCM),自动化构建(云构建)和自动测试(自动测试)相关产品套件的更多信息。
其他相关读数:
什么是版本控制系统?
了解源代码管理
There are various approaches, depending on the team's preferences.
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:
What are version control systems?
Understand source code management
我强烈建议您掌握GIT版本控制系统。这项技术在开发中非常重要!
从gitlab或github开始。一旦理解这一点,您就可以考虑如何在Unity项目上共同努力。
在您从Unity Collaborate之类的工具开始之前,我首先要看一下。在我看来,首先从GIT开始是更有意义的。
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.