Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ForceReserializeAssetsOptions

Options for AssetDatabase.ForceReserializeAssets.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Enum
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public enum ForceReserializeAssetsOptions

Fields

Value

Description

ReserializeAssetsSpecifies that AssetDatabase.ForceReserializeAssets should load, upgrade, and save the assets at the paths passed to the function, but not their accompanying .meta files.
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.
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.