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 | 0 | |
NoHash | 1 | |
OnlyHash | 2 | |
FileNameHash | 3 |