docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method UploadAsync

    UploadAsync(Stream, string, bool)

    Asynchronously uploads data to the cloud.

    Declaration
    public override Task<bool> UploadAsync(Stream source, string objectPath, bool isArtifact = true)
    Parameters
    Type Name Description
    Stream source

    Open stream representing the data to upload.

    string objectPath

    The path to the file on the remote cloud system..

    bool isArtifact

    A flag indicating if object being uploaded is artifact or not.

    Returns
    Type Description
    Task<bool>
    Overrides
    BaseDataConsumer<bool>.UploadAsync(Stream, string, bool)
    In This Article
    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)