Enum MonoScriptBundleNaming
Naming conventions for the monoscript bundle name prefix.
Namespace: UnityEditor.AddressableAssets.Build
Assembly: Unity.Addressables.Editor.dll
Syntax
public enum MonoScriptBundleNaming
Fields
Name | Description |
---|---|
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. |