docs.unity.cn
    Show / Hide Table of Contents

    Enum BundledAssetGroupSchema.BundleNamingStyle

    Used to determine how the final bundle name should look.

    Namespace: UnityEditor.AddressableAssets.Settings.GroupSchemas
    Syntax
    public enum BundleNamingStyle

    Fields

    Name Description Value
    AppendHash

    Use to indicate that the hash should be appended to the bundle name.

    FileNameHash

    Use to indicate that the bundle name should only contain the hash of the file name.

    NoHash

    Use to indicate that the bundle name should not contain the hash.

    OnlyHash

    Use to indicate that the bundle name should only contain the given hash.

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