Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetContent(UnityWebRequest)

Returns the downloaded AssetBundle, or null.
Read time 1 minuteLast updated 6 days ago

Definition

public static AssetBundle GetContent(UnityWebRequest www)

Parameters

A finished UnityWebRequest object with DownloadHandlerAssetBundle attached.

Returns

Remarks

A static function provided for convenience; equivalent to ((DownloadHandlerAssetBundle)www.downloadHandler).assetBundle.