This version of Unity is unsupported.

AssetPathToGUIDOptions

enumeration

Description

Asset path to GUID options.

Additional resources: AssetDatabase.AssetPathToGUID.

Properties

IncludeRecentlyDeletedAssetsReturn a GUID if the asset exists, or has recently been deleted.
OnlyExistingAssetsReturn a GUID only if the asset exists on disk.