Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


autoLoadAssetBundle

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.
Read time 1 minuteLast updated 10 days ago

Definition

public bool autoLoadAssetBundle { get; set; }

Remarks

Default: false.