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 = 2Include all AssetBundles in the app
[Tooltip("Only built-in AssetBundles included in the app")] BuiltinOnly = 1Only built-in AssetBundles included in the app
[Tooltip("Not include AssetBundles in the app")] None = 0Not include AssetBundles in the app