ChangeSetMove
Move an Asset or a list of Assets from their current changeset to a new changeset.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEditor.VersionControl
- Assembly: UnityEditor.CoreModule
ChangeSetMove(AssetList, ChangeSet)
Move an Asset or a list of Assets from their current changeset to a new changeset.
public static Task ChangeSetMove(AssetList assets, ChangeSet changeset)
Parameters
Returns
Type | Description |
|---|---|
| Task |
Remarks
E.g. in Perforce checked out Assets can be moved to a changeset other than the default changeset.
ChangeSetMove(Asset, ChangeSet)
Move an Asset or a list of Assets from their current changeset to a new changeset.
public static Task ChangeSetMove(Asset asset, ChangeSet changeset)
Parameters
Returns
Type | Description |
|---|---|
| Task |
Remarks
E.g. in Perforce checked out Assets can be moved to a changeset other than the default changeset.
ChangeSetMove(AssetList, string)
Move an Asset or a list of Assets from their current changeset to a new changeset.
public static Task ChangeSetMove(AssetList assets, string changesetID)
Parameters
Returns
Type | Description |
|---|---|
| Task |
Remarks
E.g. in Perforce checked out Assets can be moved to a changeset other than the default changeset.
ChangeSetMove(Asset, string)
Move an Asset or a list of Assets from their current changeset to a new changeset.
public static Task ChangeSetMove(Asset asset, string changesetID)
Parameters
Returns
Type | Description |
|---|---|
| Task |
Remarks
E.g. in Perforce checked out Assets can be moved to a changeset other than the default changeset.