Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

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

assets

List of Assets to move to changeset.

changeset

Changeset to move an Asset to.

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

asset

Asset to move to changeset.

changeset

Changeset to move an Asset to.

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

assets

List of Assets to move to changeset.

changesetID

ChangesetID to move an Asset to.

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

asset

Asset to move to changeset.

changesetID

ChangesetID to move an Asset to.

Returns

Type

Description

Task

Remarks

E.g. in Perforce checked out Assets can be moved to a changeset other than the default changeset.