docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GetProgressResponse

    Represents a response that contains data about upload progress

    Inheritance
    object
    GetProgressResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Play.Publisher.Editor
    Assembly: Unity.Play.Publisher.Editor.dll
    Syntax
    [Serializable]
    public class GetProgressResponse

    Fields

    error

    Error which occured

    Declaration
    public string error
    Field Value
    Type Description
    string

    progress

    Upload progress

    Declaration
    public int progress
    Field Value
    Type Description
    int

    projectId

    ID of the project

    Declaration
    public string projectId
    Field Value
    Type Description
    string

    url

    URL of the project

    Declaration
    public string url
    Field Value
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2025 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)