docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method AddDownloadService

    AddDownloadService(ContentDownloadService)

    Adds a download service. The priority of the service will be used to set the order. If there is another service with the same priority, the priority of the service added will be increased until it can be added. When added, OnAddedToDeliveryService will be called on the service. If there is a service with the same name, the existing service will be replaced with the passed in service.

    Declaration
    public void AddDownloadService(ContentDownloadService service)
    Parameters
    Type Name Description
    ContentDownloadService service

    The download service.

    In This Article
    • AddDownloadService(ContentDownloadService)
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)