docs.unity.cn
    Show / Hide Table of Contents

    Enum ShaderBundleNaming

    Naming conventions for the built-in shader bundle name prefix.

    Namespace: UnityEditor.AddressableAssets.Build
    Syntax
    public enum ShaderBundleNaming

    Fields

    Name Description Value
    ProjectName

    Set the built-in shader bundle name prefix to the hash of the project name.

    0
    DefaultGroupGuid

    Set the built-in shader bundle name prefix to the guid of the default group.

    1
    Custom

    Set the built-in shader bundle name prefix to the user specified value.

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