Version: 2022.3
言語: 日本語

ForceReserializeAssetsOptions

enumeration

マニュアルに切り替える

変数

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.