Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


disposeDownloadHandlerOnDispose

If true, any DownloadHandler attached to this UnityWebRequest will have DownloadHandler.Dispose() called automatically when UnityWebRequest.Dispose is called.
Read time 1 minuteLast updated 9 days ago

Definition

public bool disposeDownloadHandlerOnDispose { get; set; }

Remarks

Default: true.
If no DownloadHandler is attached to this UnityWebRequest, this property has no effect.