Version: 2017.3

ForceReserializeAssetsOptions

enumeration

Cambiar al Manual

Descripción

Options for AssetDatabase.ForceReserializeAssets.

Variables

ReserializeAssetsSpecifies that AssetDatabase.ForceReserializeAssets should load, upgrade, and save the assets at the paths passed to the function, but not their accompanying .meta files.
ReserializeMetadataSpecifies that AssetDatabase.ForceReserializeAssets should load, upgrade, and save the .meta files for the assets at the paths passed to the function, but not the assets themselves.
ReserializeAssetsAndMetadataSpecifies that AssetDatabase.ForceReserializeAssets should load, upgrade, and save both the assets at the paths passed to the function, and also their accompanying .meta files.