docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Deployments

    Deployments acts as a container for deployment and environment providers.

    Inheritance
    object
    Deployments
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.DeploymentApi.Editor
    Assembly: Unity.Services.DeploymentApi.dll
    Syntax
    public class Deployments

    Properties

    DeploymentProviders

    Collection of the deployment providers present in the project.

    Declaration
    public ObservableCollection<DeploymentProvider> DeploymentProviders { get; }
    Property Value
    Type Description
    ObservableCollection<DeploymentProvider>

    DeploymentWindow

    API on current deployment window

    Declaration
    public IDeploymentWindow DeploymentWindow { get; set; }
    Property Value
    Type Description
    IDeploymentWindow

    EnvironmentProvider

    Environment Provider.

    Declaration
    public IEnvironmentProvider EnvironmentProvider { get; set; }
    Property Value
    Type Description
    IEnvironmentProvider

    Instance

    Instance of the deployments.

    Declaration
    public static Deployments Instance { get; }
    Property Value
    Type Description
    Deployments

    ProjectIdProvider

    Project ID provider

    Declaration
    public IProjectIdentifierProvider ProjectIdProvider { get; set; }
    Property Value
    Type Description
    IProjectIdentifierProvider
    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)