Version: 2017.3 (switch to 2017.4)
LanguageEnglish
  • C#
  • JS

Script language

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

ForceReserializeAssetsOptions

enumeration

Description

Options for AssetDatabase.ForceReserializeAssets.

Properties

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.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答