Back to API Reference
Enum
DocumentPathRoot
Folder a FileDocumentSource path is relative to.
public static readonly DocumentPathRoot Absolute = 0The path is complete on its own.
public static readonly DocumentPathRoot StreamingAssets = 1streamingAssetsPath: files shipped with the build; a URL inside the package on Android and on the web.
public static readonly DocumentPathRoot PersistentData = 2persistentDataPath: the writable per-user folder.
public static readonly DocumentPathRoot Data = 3dataPath: the Assets folder in the editor, the player's data folder in a build.
public static readonly DocumentPathRoot TemporaryCache = 4temporaryCachePath: downloads and other disposable files.
