Version: 2022.1
언어: 한국어

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.