This version of Unity is unsupported.

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.