Enum BuildType | Platforms | 0.2.2-preview.10
docs.unity.cn
    Show / Hide Table of Contents

    Enum BuildType

    List of possible build types.

    Namespace: Unity.Build
    Syntax
    public enum BuildType

    Fields

    Name Description
    Debug

    Enables debug information, asserts and development code.

    Develop

    Enables optimizations and development code.

    Release

    Enables optimizations.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX