您如何在 Unity 中协作?
How do you collaborate in Unity?
我和我的朋友想一起做一个 Unity 项目,但我们不知道怎么做。我和我的朋友如何才能同时访问文件和项目?
有多种方法,具体取决于团队的偏好。
- 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(2022 年 5 月 5 日):
-
(过时)几年前 GitHub 正在研究 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)。
对于较小的团队,这是您的具体情况,我发现 Unity 的 Collaborate 非常有用。而且,根据个人的专业水平,这应该是一种更快的方法,运行。
如果您是学生,可以考虑Unity Student's pack。
此类问题与开发运营 (DevOps) 有关。 [此处][16] 可以阅读更多关于 Unity 与版本控制 (Plastic SCM)、自动构建 (Cloud Build) 和自动测试 (Automated QA) 相关的产品套件。
补充相关阅读:
我强烈建议您掌握 Git 版本控制系统。这项技术在开发中非常重要!
从 Gitlab 或 Github 开始。一旦你理解了这一点,你就可以考虑如何在你的 Unity 项目中合作。
在您开始使用 Unity Collaborate 或类似工具之前,我会先看看它。在我看来,首先从 Git 开始更有意义。
我和我的朋友想一起做一个 Unity 项目,但我们不知道怎么做。我和我的朋友如何才能同时访问文件和项目?
有多种方法,具体取决于团队的偏好。
- 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(2022 年 5 月 5 日):
(过时)几年前 GitHub 正在研究 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)。
对于较小的团队,这是您的具体情况,我发现 Unity 的 Collaborate 非常有用。而且,根据个人的专业水平,这应该是一种更快的方法,运行。
如果您是学生,可以考虑Unity Student's pack。
此类问题与开发运营 (DevOps) 有关。 [此处][16] 可以阅读更多关于 Unity 与版本控制 (Plastic SCM)、自动构建 (Cloud Build) 和自动测试 (Automated QA) 相关的产品套件。
补充相关阅读:
我强烈建议您掌握 Git 版本控制系统。这项技术在开发中非常重要! 从 Gitlab 或 Github 开始。一旦你理解了这一点,你就可以考虑如何在你的 Unity 项目中合作。
在您开始使用 Unity Collaborate 或类似工具之前,我会先看看它。在我看来,首先从 Git 开始更有意义。