| Member | Description |
|---|---|
Stream |
Does not cache
|
Preload |
Stores files in editor only & loads files from internal project location (Application.streamingAssetsPath)
|
Persistent |
Stores files at persistent location (Application.persistentDataPath)
|
Temporary |
Stores files at temporary cache location (Application.temporaryCachePath)
|