Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.