Table of Contents

Enum EBuildIncludeAssetBundle

Namespace
TAssetBundle
Assembly
TAssetBundle.dll

How to include AssetBundle when building an app

public enum EBuildIncludeAssetBundle

Fields

[Tooltip("Include all AssetBundles in the app")] All = 2

Include all AssetBundles in the app

[Tooltip("Only built-in AssetBundles included in the app")] BuiltinOnly = 1

Only built-in AssetBundles included in the app

[Tooltip("Not include AssetBundles in the app")] None = 0

Not include AssetBundles in the app