docs.unity3d.com
    Show / Hide Table of Contents

    Class CacheServerUploader

    The CacheServerUploader is responsible for uploading assets to a given Cache Server.

    Inheritance
    Object
    CacheServerUploader
    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

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023