Version: 5.3 (switch to 5.4b)
IdiomaEnglish
  • C#
  • JS

Idioma de script

Selecciona tu lenguaje de programación favorito. Todos los fragmentos de código serán mostrados en este lenguaje.

States

enumeration

Sugiere un cambio

¡Éxito!

Gracias por ayudarnos a mejorar la calidad de la documentación de Unity. A pesar de que no podemos aceptar todas las sugerencias, leemos cada cambio propuesto por nuestros usuarios y actualizaremos los que sean aplicables.

Cerrar

No se puedo enviar

Por alguna razón su cambio sugerido no pudo ser enviado. Por favor <a>intente nuevamente</a> en unos minutos. Gracias por tomarse un tiempo para ayudarnos a mejorar la calidad de la documentación de Unity.

Cerrar

Cancelar

Cambiar al Manual

Descripción

Describes the various version control states an asset can have.

Variables

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.