AssetPathToGUIDOptions
Asset path to GUID options.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
public enum AssetPathToGUIDOptions
Remarks
Additional Resources: AssetDatabase.AssetPathToGUID.
Fields
Value | Description |
|---|---|
| IncludeRecentlyDeletedAssets | Return a GUID if the asset exists, or has recently been deleted. |
| OnlyExistingAssets | Return a GUID only if the asset exists on disk. |