Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CheckoutMode

What to checkout when starting the Checkout task through the version control Provider.
Read time 1 minuteLast updated 5 days ago

Definition

[Flags]public enum CheckoutMode

Fields

Value

Description

AssetCheckout the asset only.
BothCheckout both asset and .meta file.
ExactCheckout only those assets provided in the asset list.
MetaCheckout .meta file only.