docs.unity.cn
    Show / Hide Table of Contents

    Enum MonoScriptBundleNaming

    Naming conventions for the monoscript bundle name prefix.

    Namespace: UnityEditor.AddressableAssets.Build
    Syntax
    public enum MonoScriptBundleNaming

    Fields

    Name Description Value
    Disabled

    No special prefix will be added to the monscript bundle name.

    0
    ProjectName

    Set the monoscript bundle name prefix to the hash of the project name.

    1
    DefaultGroupGuid

    Set the monoscript bundle name prefix to the guid of the default group.

    2
    Custom

    Set the monoscript bundle name prefix to the user specified value.

    3
    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on Thursday, December 2, 2021
    Terms of use