docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum MultiplayBuildType

    The upload type of the build: * FILE_UPLOAD - The build is created using directly uploaded game files, backed by CCD as the storage driver. * CONTAINER - The build is created using a container image containing game files. * S3 - The build is created using an external Amazon S3 Bucket containing game files.

    Namespace: Unity.Services.Apis.Admin.Multiplay
    Assembly: Unity.Services.Apis.dll
    Syntax
    [JsonConverter(typeof(StringEnumConverter))]
    public enum MultiplayBuildType

    Fields

    Name Description
    CONTAINER

    Enum CONTAINER for value: CONTAINER

    FILEUPLOAD

    Enum FILEUPLOAD for value: FILE_UPLOAD

    S3

    Enum S3 for value: S3

    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)