文档

​
​

Development

User Acquisition

Monetization

工业

Unity Version Control

DevOps

On-prem

Gluon

Editor plug-in

Open Unity Dashboard

Unity Version Control

此页面不支持所选语言。
​
​
Unity Version Control
  • Overview
  • Cloud Repositories organization update
  • Installation
  • Use UVCS with the Unity Editor
  • Unity Version Control plugins
  • Concepts
  • Tutorials
    • Migrate from Git
    • Migrate from Perforce
    • Version Control settings
    • Configure the client
    • Version Control workflow
    • Version Control tools
      • Enable dynamic workspaces (Windows)
      • Create a label
      • Create an attribute
      • Create a mergebot
      • Use Smart Locks
      • Use Xlinks
      • Use Unity Samples
      • Use triggers
      • Transfer project to a different organization
  • On-Prem
  • Gluon
  • CLI and shortcut references
  • Release Notes
  1. Unity Version Control (previously Plastic SCM)

Transfer a Unity Cloud project to a different Unity organization

Clone repositories to the destination organization so you can transfer your Unity Cloud project to that organization.
阅读时间1 分钟
最后更新于 6 个月前

You can transfer a Unity Cloud project to a different Unity organization. This process is useful if you need to consolidate projects under a single organization or move a project to another organization.
警告
All UVCS repositories associated with the project will be deleted during the transfer. Be sure to clone any repositories you wish to retain before transferring the project.

Step 1. Clone Repositories Before Transferring

To keep the UVCS repositories, clone them to a Unity Cloud project within the destination organization before initiating the transfer.

Prerequisites

Make sure that:
  1. You are a member of the current Unity Cloud project you plan to transfer.
  2. You have prepared a Unity Cloud project in the destination organization. This project must be separate from the project you intend to transfer.
  3. You hold an admin role (Owner or Manager) in the destination project and have an assigned DevOps seat.

Cloning the Repositories

For each repository, run the following command in your terminal:
cm clone <source-project>/<target-repository>@<source-organization>@unity <destination-project>/<target-repository>@<destination-organization>@unity
Replace placeholders as follows:
  • <source-project>
    : The name of the project in the current organization.
  • <repository-name>
    : The name of each repository you wish to clone.
  • <source-organization>
    : The name of the current organization.
  • <destination-project>
    : The name of the destination project in the new organization.
  • <destination-organization>
    : The name of the destination organization.

Step 2: Transfer the Project

Once you've successfully cloned all repositories, you may proceed with transferring the Unity Cloud project to the destination organization.

Copyright © 2026 Unity Technologies
法律信息隐私政策CookiesDocumentation Terms of Use请勿出售或分享我的个人信息您的隐私选择(Cookie 设置)

“Unity”、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属公司在美国和其他地方的商标或注册商标(此处查看更多信息)。其他名称或品牌是其各自所有者的商标。

为方便起见,一些页面是机器翻译的,可能包含不准确的内容。如有信息不一致的情况,以英文版本为准。

  • 在本页上
    • Step 1. Clone Repositories Before Transferring

      • Prerequisites

      • Cloning the Repositories

    • Step 2: Transfer the Project


报告此页面的问题