Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

States

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Describes the various version control states an asset can have.

Properties

NoneThe version control state is unknown.
LocalThe asset is not under version control.
SyncedThe asset is up to date.
OutOfSyncA newer version of the asset is available on the version control server.
MissingThe asset exists in version control but is missing on the local machine.
CheckedOutLocalThe asset has been checked out on the local machine.
CheckedOutRemoteThe asset has been checked out on a remote machine.
DeletedLocalThe asset has been deleted locally.
DeletedRemoteThe asset has been deleted on a remote machine.
AddedLocalThe was locally added to version control.
AddedRemoteRemotely this asset was added to version control.
ConflictedThere is a conflict with the asset that needs to be resolved.
LockedLocalThe asset is locked by the local machine.
LockedRemoteThe asset is locked by a remote machine.
UpdatingThe state of the asset is currently being queried from the version control server.
ReadOnlyThe asset is read only.
MetaFileThis instance of the class actaully refers to a .meta file.

Did you find this page useful? Please give it a rating: