Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

DownloadHandlerAssetBundle.autoLoadAssetBundle

public bool autoLoadAssetBundle;

Description

If true, the AssetBundle will be loaded as part of the UnityWebRequest process. If false, the AssetBundle will be loaded on demand when accessing the DownloadHandlerAssetBundle.assetBundle property.

Default: false.