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 : int

    Fields

    Name Description Value
    Custom

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

    DefaultGroupGuid

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

    Disabled

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

    ProjectName

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

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, March 4, 2022
    Terms of use