Namespace UnityEditor.Build.CacheServer
Classes
CacheServerUploader
The CacheServerUploader is responsible for uploading assets to a given Cache Server.
CacheServerUploaderWindow
The Cache Server Uploader window. This interface will upload your assets to a the given address of a Cache Server.
Client
A client API for uploading and downloading files from a Cache Server
DownloadFinishedEventArgs
EventArgs passed to the DownloadFinished event handler
FileDownloadItem
IDownloadItem implementation for downloading to a file specified by path.
TransactionIsolationException
Exception thrown when an upload operation is not properly isolated within a begin/end transaction
Structs
FileId
A GUID/Hash pair that uniquely identifies a particular file. For each FileId, the Cache Server can store a separate binary stream for each FileType.
Interfaces
IDownloadItem
Represents a single file download request from a Cache Server.
Enums
DownloadResult
Options for the result returned by a download operation.
FileType
Options for the type of a particular file.