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