Class CacheServerUploader
The CacheServerUploader is responsible for uploading assets to a given Cache Server.
Inherited Members
Namespace: UnityEditor.Build.CacheServer
Assembly: UnityEditor.CacheServer.dll
Syntax
public static class CacheServerUploader
Methods
UploadAllFilesToCacheServer()
Synchronize project library with the configured Cache Server.
Declaration
public static void UploadAllFilesToCacheServer()
UploadAllFilesToCacheServer(string, int)
Synchronize project library folder with a remote Cache Server.
Declaration
public static void UploadAllFilesToCacheServer(string host, int port)
Parameters
Type | Name | Description |
---|---|---|
string | host | Host name or IP or remote Cache Server |
int | port | Port number for remote Cache Server |