Class CacheServerUploader
The CacheServerUploader is responsible for uploading assets to a given Cache Server.
Namespace: UnityEditor.Build.CacheServer
Syntax
public static class CacheServerUploader
Methods
UploadAllFilesToCacheServer()
Synchronize project library with the configured Cache Server.
Declaration
public static void UploadAllFilesToCacheServer()
UploadAllFilesToCacheServer(String, Int32)
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 |
Int32 | port | Port number for remote Cache Server |