Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

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